TestBalloon
Toggle table of contents
0.8.0
Select version
0.8.0
0.7.0
common
Target filter
common
Switch theme
Search in API
Skip to content
TestBalloon
testBalloon-framework-core
/
de.infix.testBalloon.framework.core
/
TestElement
/
Event
Event
sealed
class
Event
(
source
)
An event occurring as part of a test element's setup or execution.
Inheritors
Starting
Finished
Members
Types
Finished
Link copied to clipboard
class
Finished
(
element
:
TestElement
,
val
startingEvent
:
TestElement.Event.Starting
,
val
throwable
:
Throwable
?
=
null
)
:
TestElement.Event
Starting
Link copied to clipboard
class
Starting
(
element
:
TestElement
)
:
TestElement.Event
Properties
element
Link copied to clipboard
val
element
:
TestElement
instant
Link copied to clipboard
@
ExperimentalTime
val
instant
:
Instant
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String