CollatedTestFailures

class CollatedTestFailures(testName: String, addSuppressedErrors: Boolean, suppressSuccesses: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(testName: String, addSuppressedErrors: Boolean, suppressSuccesses: Boolean = false)

Functions

Link copied to clipboard
fun recordError(name: String, throwable: Throwable)
Link copied to clipboard
fun recordOk(name: String)
Link copied to clipboard