|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IUnitCaseResult | |
---|---|
raccoon.api.eai.uitest | Contains the non regression testing components that the Raccoon Framework offers. |
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 | |
raccoon.core.uitest.data |
Uses of IUnitCaseResult in raccoon.api.eai.uitest |
---|
Methods in raccoon.api.eai.uitest that return IUnitCaseResult | |
---|---|
IUnitCaseResult |
IUnitTester.run()
Executes the test case that was defined during the invocation of IUnitTester.setUp(int) . |
Uses of IUnitCaseResult in raccoon.api.eai.uitest.report |
---|
Methods in raccoon.api.eai.uitest.report with parameters of type IUnitCaseResult | |
---|---|
void |
IUnitSuiteResult.addCase(IUnitCaseResult pCaseResult)
Adds a single case to the current list of cases. |
Uses of IUnitCaseResult in raccoon.core.uitest |
---|
Methods in raccoon.core.uitest that return IUnitCaseResult | |
---|---|
IUnitCaseResult |
UiTester.run()
Executes the test case that was defined during the invocation of UiTester.setUp(int) . |
Uses of IUnitCaseResult in raccoon.core.uitest.data |
---|
Classes in raccoon.core.uitest.data that implement IUnitCaseResult | |
---|---|
class |
UiCaseResult
Contains the results of the execution of all the tests contained within a single case. |
Methods in raccoon.core.uitest.data with parameters of type IUnitCaseResult | |
---|---|
void |
UiSuiteResult.addCase(IUnitCaseResult pCaseResult)
Adds a single case to the current list of cases. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |