Event fired by TestListener.testFinished()
.
Anything
Object
TestFinishedEvent
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
TestFinishedEvent(TestResult result, Object? instance = null) Parameters:
|
Attributes | |
instance | shared Object? instance The instance on which the test method is invoked, if exists. |
result | shared TestResult result The result of the test. |
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 |