Package | Description |
---|---|
psdi.unittest | |
psdi.unittest.mbs | |
psdi.unittest.sample |
Modifier and Type | Method and Description |
---|---|
UnitTestResult |
TestSuiteResult.createResult(java.lang.String id,
java.lang.String desc,
java.lang.Throwable thr,
int stateVal)
Factory method for creating a UnitTestResult object.
|
UnitTestResult |
BaseUnitTestRunner.test() |
UnitTestResult |
XMLUnitTestRunner.testInternal() |
UnitTestResult |
JUnitTestRunner.testInternal() |
abstract UnitTestResult |
BaseUnitTestRunner.testInternal() |
Modifier and Type | Method and Description |
---|---|
java.util.List<UnitTestResult> |
UnitTestResult.getNestedResults() |
java.util.List<UnitTestResult> |
TestSuiteResult.getResults() |
java.util.List<UnitTestResult> |
JUnitTestListener.getResults() |
Modifier and Type | Method and Description |
---|---|
void |
TestSuiteResult.addResult(UnitTestResult result)
Api to add UnitTestResult for each test case.
|
void |
TestCaseListener.processTesCaseResult(UnitTestResult utResult) |
void |
TestRealTimeClientRemote.reportResult(UnitTestResult utr) |
void |
TestRealTimeClient.reportResult(UnitTestResult utr) |
void |
XMLReportGenerator.rtReport(UnitTestResult res) |
void |
TestReportGenerator.rtReport(UnitTestResult res) |
void |
HTMLReportGenerator.rtReport(UnitTestResult res) |
void |
CSVFileReportGenerator.rtReport(UnitTestResult utr) |
void |
ConsoleReportGenerator.rtReport(UnitTestResult utr) |
Constructor and Description |
---|
UnitTestResult(java.lang.String suiteId,
java.util.List<UnitTestResult> nestedResultsList,
java.lang.String testId,
java.lang.String testDesc,
int stateVal) |
Modifier and Type | Method and Description |
---|---|
void |
AutoMaxTestCaseListener.processTesCaseResult(UnitTestResult utResult) |
Modifier and Type | Method and Description |
---|---|
void |
SampleTestCaseListener.processTesCaseResult(UnitTestResult utResult) |