Skip to content
#

assert

Here are 321 public repositories matching this topic...

atrium
robstoll
robstoll commented Sep 29, 2020

Platform (all, jvm, js, android): all
Extension (none, kotlin 1.3): none

Code related feature

expect(path).contains("test.txt", "dummy.log")

//instead of

expect(path).isDirectory() and {
  resolve("test.txt") { exists() }
  resolve("dummy.log") { exists() }
}

Following the things you need to do:

api-fluent

  • provide a fun contains which expects `path:

Improve this page

Add a description, image, and links to the assert topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the assert topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.