toggle menu
TestBalloon-Addons
0.14.0
common
switch theme
search in API
internals
/
at.asitplus.testballoon
/
CollatedTestRun
Collated
Test
Run
class
CollatedTestRun
(
testName
:
String
,
addSuppressedErrors
:
Boolean
,
suppressSuccesses
:
Boolean
=
false
)
(
source
)
Members
Constructors
Collated
Test
Run
Link copied to clipboard
constructor
(
testName
:
String
,
addSuppressedErrors
:
Boolean
,
suppressSuccesses
:
Boolean
=
false
)
Functions
record
Link copied to clipboard
fun
record
(
name
:
String
,
result
:
<Error class: unknown class>
<
Unit
>
,
onSuccess
:
(
)
->
Unit
=
{}
,
onFailure
:
(
)
->
Unit
=
{}
)
throw
If
Any
Link copied to clipboard
fun
throwIfAny
(
)