|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IUnitTestResult | |
---|---|
raccoon.api.eai.uitest.report | The reporting services and correlated components related to the non regression testing services of the Raccoon Framework. |
raccoon.core.uitest.data |
Uses of IUnitTestResult in raccoon.api.eai.uitest.report |
---|
Methods in raccoon.api.eai.uitest.report that return IUnitTestResult | |
---|---|
IUnitTestResult |
IUnitCaseResult.getTestResult(java.lang.String pTestName)
Retrieves the result of the given test. |
Methods in raccoon.api.eai.uitest.report with parameters of type IUnitTestResult | |
---|---|
void |
IUnitCaseResult.addTestResult(IUnitTestResult pTestResult)
Adds a new test result to the current list of results. |
Uses of IUnitTestResult in raccoon.core.uitest.data |
---|
Classes in raccoon.core.uitest.data that implement IUnitTestResult | |
---|---|
class |
UiTestResult
Contains the result of a single test run. |
Methods in raccoon.core.uitest.data that return IUnitTestResult | |
---|---|
IUnitTestResult |
UiCaseResult.getTestResult(java.lang.String pTestName)
Retrieves the result of the given test. |
Methods in raccoon.core.uitest.data with parameters of type IUnitTestResult | |
---|---|
void |
UiCaseResult.addTestResult(IUnitTestResult pTestResult)
Adds a new test result to the current list of results. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |