TestNGAsserter
Implements kotlin.test
assertions by delegating them to org.testng.Assert
class.
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