-
public final class TestInfo
-
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final List<StepInfo>component2()final Throwablecomponent3()final TestInfocopy(String testName, List<StepInfo> stepInfos, Throwable throwable)final StringgetTestName()final List<StepInfo>getStepInfos()final ThrowablegetThrowable()-
-
Method Detail
-
component1
final String component1()
-
component2
final List<StepInfo> component2()
-
component3
final Throwable component3()
-
getTestName
final String getTestName()
-
getStepInfos
final List<StepInfo> getStepInfos()
-
getThrowable
final Throwable getThrowable()
-
-
-
-