We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2a088 commit 9857891Copy full SHA for 9857891
src/main/kotlin/com/memozr/assertk/General.kt
@@ -1,6 +1,7 @@
1
package com.memozr.assertk
2
3
val assert: AssertionHook get() = AssertionHook()
4
+val expect: AssertionHook get() = AssertionHook()
5
6
class AssertionHook {
7
infix fun <T : Any> that(subjectUnderTest: T?) = AbstractAssertBuilder(subjectUnderTest)
0 commit comments