class DefaultNotChecker : NotChecker
Represents a check that an expected entry is not contained in the Iterable.
DefaultNotChecker()
Represents a check that an expected entry is not contained in the Iterable. |
fun createAssertion(foundNumberOfTimes: Int): Assertion |