public class SingleTestResultData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SingleTestResultData.SingleTestResultDataBuilder |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsedTime() |
Throwable |
getError() |
Failure |
getFailure() |
String |
getFullTestCaseMethod() |
String |
getTestCaseMethod() |
Class |
getTestClass() |
boolean |
hasError() |
boolean |
hasFailure() |
boolean |
isIgnored() |
boolean |
isSuccessful() |
String |
toString() |
public Throwable getError()
public boolean hasError()
public Failure getFailure()
Failure for failed test (if any)public boolean hasFailure()
public boolean isIgnored()
org.junit.Ignore or due to failed assumption org.junit.Assumepublic boolean isSuccessful()
public String getTestCaseMethod()
public String getFullTestCaseMethod()
public long getElapsedTime()
Copyright © 2017 SAP SE. All Rights Reserved.