class PropertyContextA PropertyContext is used when executing a propery test. It allows feedback and tracking of the state of the property test.
<init> |
A PropertyContext is used when executing a propery test. It allows feedback and tracking of the state of the property test. PropertyContext() |
addValue |
fun addValue(any: Any?): Boolean |
attempts |
fun attempts(): Int |
classificationCounts |
fun classificationCounts(): Map<String, Int> |
classify |
fun classify(condition: Boolean, trueLabel: String): Unitfun classify(condition: Boolean, trueLabel: String, falseLabel: String): Unit |
values |
fun values(): List<Any?> |