Kotlin Hamcrest Cheat sheet
Although it nice, the Kotlin variant of Hamcrest has a slightly different syntax and it can be hard to find good example on the web
// checking for null
assert.that(root.parent(), absent())
Although it nice, the Kotlin variant of Hamcrest has a slightly different syntax and it can be hard to find good example on the web
// checking for null
assert.that(root.parent(), absent())