Skip to content
#

assert

Here are 615 public repositories matching this topic...

atrium
robstoll
robstoll commented Jun 17, 2021

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

Code related feature

expect(path).notToBeReadable()

//instead of

expect(path).feature { f(it::isReadable) }.toEqual(false)

Following the things you need to do:

logic

  • extend PathAssertions with a function isNotReadable (see PathAssertions as a guideline)
  • implement isNotReadable in Def

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