Skip to content

Commit 9857891

Browse files
committed
add expect
1 parent ef2a088 commit 9857891

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/memozr/assertk/General.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.memozr.assertk
22

33
val assert: AssertionHook get() = AssertionHook()
4+
val expect: AssertionHook get() = AssertionHook()
45

56
class AssertionHook {
67
infix fun <T : Any> that(subjectUnderTest: T?) = AbstractAssertBuilder(subjectUnderTest)

0 commit comments

Comments
 (0)