DefaultAsserter
Default Asserter implementation to avoid dependency on JUnit or TestNG.
Since Kotlin
1.0Functions
Link copied to clipboard
Asserts that the specified values are equal.
Since Kotlin 1.0
Link copied to clipboard
Asserts that the specified values are not equal.
Since Kotlin 1.0
Link copied to clipboard
Asserts that the specified value is not null
.
Since Kotlin 1.0
Link copied to clipboard
Asserts that the specified values are not the same instance.
Since Kotlin 1.0
Link copied to clipboard
Asserts that the specified value is null
.
Since Kotlin 1.0
Link copied to clipboard
Asserts that the specified values are the same instance.
Since Kotlin 1.0
Link copied to clipboard
Asserts that the specified value is true
.
Since Kotlin 1.0