| |
|
| java.lang.Object org.apache.pluto.testsuite.TestResult
TestResult | public class TestResult implements Serializable(Code) | | The test result represents the result of one test method.
|
Field Summary | |
final public static int | FAILED The failed return code. | final public static int | PASSED The passed return code. | final public static int | UNDEFINED The undefined return code. | final public static int | WARNING The warning return code. |
FAILED | final public static int FAILED(Code) | | The failed return code.
|
PASSED | final public static int PASSED(Code) | | The passed return code.
|
UNDEFINED | final public static int UNDEFINED(Code) | | The undefined return code.
|
WARNING | final public static int WARNING(Code) | | The warning return code.
|
getReturnCode | public int getReturnCode()(Code) | | |
getReturnCodeAsString | public String getReturnCodeAsString()(Code) | | |
setDescription | public void setDescription(String description)(Code) | | |
setResultMessage | public void setResultMessage(String resultMessage)(Code) | | |
setReturnCode | public void setReturnCode(int returnCode)(Code) | | |
|
|
|