Asserter
Abstracts the logic for performing assertions. Specific implementations of Asserter can use JUnit or TestNG assertion facilities.
Since Kotlin
1.1Inheritors
Abstracts the logic for performing assertions. Specific implementations of Asserter can use JUnit or TestNG assertion facilities.
Since Kotlin
1.0Inheritors
Functions
Asserts that the specified values are equal.
Asserts that the specified values are equal.
Asserts that the specified values are not equal.
Asserts that the specified values are not equal.
Asserts that the specified value is not null
.
Asserts that the specified value is not null
.
Asserts that the specified values are not the same instance.
Asserts that the specified values are not the same instance.
Asserts that the specified value is null
.
Asserts that the specified value is null
.
Asserts that the specified values are the same instance.
Asserts that the specified values are the same instance.
Asserts that the specified value is true
.
Asserts that the specified value is true
.