Asserter
Abstracts the logic for performing assertions. Specific implementations of Asserter can use JUnit or TestNG assertion facilities.
Since Kotlin
1.0Inheritors
Functions
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