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.
|
protected UnitTestResult |
UnitTestService.executeTestUnit(java.lang.String suiteId,
java.lang.String testUnitId,
java.util.Map unitTestMap,
java.util.Map execMap,
java.util.Map setupInvalidMap,
TestSuiteResult suiteResult,
TestRealTimeClientRemote trtc) |
UnitTestResult |
BaseUnitTestRunner.test() |
protected UnitTestResult |
XMLUnitTestRunner.testEachMbo(MboRemote mbo,
org.jdom2.Element testmboElem) |
UnitTestResult |
XMLUnitTestRunner.testInternal() |
UnitTestResult |
JUnitTestRunner.testInternal() |
abstract UnitTestResult |
BaseUnitTestRunner.testInternal() |
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 |
TestRealTimeClient.reportResult(UnitTestResult utr) |
void |
TestRealTimeClientRemote.reportResult(UnitTestResult utr) |
void |
XUnitReportGenerator.rtReport(UnitTestResult res) |
void |
XMLReportGenerator.rtReport(UnitTestResult res) |
void |
HTMLReportGenerator.rtReport(UnitTestResult res) |
void |
ConsoleReportGenerator.rtReport(UnitTestResult utr) |
void |
CSVFileReportGenerator.rtReport(UnitTestResult utr) |
void |
TestReportGenerator.rtReport(UnitTestResult res) |
Modifier and Type | Method and Description |
---|---|
void |
AutoMaxTestCaseListener.processTesCaseResult(UnitTestResult utResult) |
Modifier and Type | Method and Description |
---|---|
void |
SampleTestCaseListener.processTesCaseResult(UnitTestResult utResult) |