The Wayback Machine - https://web.archive.org/web/20210924180016/https://github.com/topics/kotlin-testing
Skip to content
#

kotlin-testing

Here are 45 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 kotlin-testing 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 kotlin-testing topic, visit your repo's landing page and select "manage topics."

Learn more