public class SingleTestResultData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SingleTestResultData.SingleTestResultDataBuilder |
| Modifier and Type | Method and Description |
|---|---|
long |
getElapsedTime() |
java.lang.Throwable |
getError() |
Failure |
getFailure() |
java.lang.String |
getFullTestCaseMethod() |
java.lang.String |
getTestCaseMethod() |
java.lang.Class |
getTestClass() |
boolean |
hasError() |
boolean |
hasFailure() |
boolean |
isIgnored() |
boolean |
isSuccessful() |
java.lang.String |
toString() |
public java.lang.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 java.lang.Class getTestClass()
Class object)public java.lang.String getTestCaseMethod()
public java.lang.String getFullTestCaseMethod()
public long getElapsedTime()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.