|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.tck.TestResult
The TestResult
class is just a helper class to store test results.
Field Summary | |
static int |
ERROR
An error occured while testing |
static int |
FAILURE
The test failed |
static int |
NOT_EXECUTABLE
The test cannot be executed |
static int |
SUCCESS
Test succeeded |
Constructor Summary | |
TestResult()
|
Method Summary | |
java.lang.String |
getErrorMsg()
|
int |
getStatus()
|
junit.framework.Test |
getTest()
|
long |
getTestTime()
|
void |
setErrorMsg(java.lang.String errorMsg)
|
void |
setStatus(int status)
|
void |
setTest(junit.framework.Test test)
|
void |
setTestTime(long testTime)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int SUCCESS
public static final int ERROR
public static final int FAILURE
public static final int NOT_EXECUTABLE
Constructor Detail |
public TestResult()
Method Detail |
public long getTestTime()
public void setTestTime(long testTime)
public junit.framework.Test getTest()
public void setTest(junit.framework.Test test)
public int getStatus()
public void setStatus(int status)
public java.lang.String getErrorMsg()
public void setErrorMsg(java.lang.String errorMsg)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |