public class DefaultTestFinishedEvent extends Object implements TestFinishedEvent
Constructor and Description |
---|
DefaultTestFinishedEvent(Object testClassInstance,
String testMethodName,
Throwable testFailure) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getFailure() |
String |
getTestName() |
public Throwable getFailure()
getFailure
in interface TestFinishedEvent
public String getTestName()
getTestName
in interface TestFinishedEvent
Copyright © 2022. All rights reserved.