toggle menu
TestBalloon-Addons
0.14.0
common
switch theme
search in API
internals
/
at.asitplus.testballoon
/
CollatedTestFailures
Collated
Test
Failures
class
CollatedTestFailures
(
testName
:
String
,
addSuppressedErrors
:
Boolean
,
suppressSuccesses
:
Boolean
=
false
)
(
source
)
Members
Constructors
Collated
Test
Failures
Link copied to clipboard
constructor
(
testName
:
String
,
addSuppressedErrors
:
Boolean
,
suppressSuccesses
:
Boolean
=
false
)
Functions
record
Error
Link copied to clipboard
fun
recordError
(
name
:
String
,
throwable
:
Throwable
)
record
Ok
Link copied to clipboard
fun
recordOk
(
name
:
String
)
throw
If
Any
Link copied to clipboard
fun
throwIfAny
(
)