Skip to content
#

assertion-library

Here are 80 public repositories matching this topic...

atrium
rhushikesh
rhushikesh commented Oct 17, 2021

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

Code related feature
expect(path).notToBeExecutable()

//instead of

expect(path).feature { f(it::isExecutable) }.toEqual(false)
Following the things you need to do:

logic

extend PathAssertions with a function isNotExecutable (see PathAssertions as a guideline)
implement isNotReadable in DefaultPathAssertions.kt by

Improve this page

Add a description, image, and links to the assertion-library 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 assertion-library topic, visit your repo's landing page and select "manage topics."

Learn more