Event fired by TestListener.testStarted()
.
Anything
Object
TestStartedEvent
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
TestStartedEvent(TestDescription description, Object? instance = null) Parameters:
|
Attributes | |
description | shared TestDescription description The description of the test. |
instance | shared Object? instance The instance on which the test method is invoked, if exists. |
string | shared actual String string A developer-friendly string representing the instance.
Concatenates the name of the concrete class of the
instance with the Refines Object.string |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Inherited Methods |
Methods inherited from: Object equals |