| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides interface for result description - error or failure
| Field Summary | |
final static int | ERROR |
final static int | FAILURE |
final static int | MESSAGE |
final static int | METRIC |
| Method Summary | |
Comment | getComment()Returns the comment for this result detail |
long | getDuration()Returns the duration of this result detail |
long | getSinceStart()Returns the time since start this detauil was created |
StackTrace | getStacktrace()Returns the stacktrace of this result detail |
StdErr | getStderr()Returns the standard error stream of this detail |
StdOut | getStdout()Returns the standard output stream of this detail |
String | getTestName()Returns the test name |
int | getType()Returns the type of this detail |
String | getUrl()Returns the URL of this detail |
void | setDuration(long duration)Returns the duration of this detail |
void | setSinceStart(long sincestart)Returns the time since start for this detail |
| Field Detail |
public final static int ERROR
public final static int FAILURE
public final static int MESSAGE
public final static int METRIC
| Method Detail |
public Comment getComment()
public long getDuration()
public long getSinceStart()
public StackTrace getStacktrace()
public StdErr getStderr()
public StdOut getStdout()
public String getTestName()
public int getType()
public String getUrl()
public void setDuration(long duration)
public void setSinceStart(long sincestart)
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||