|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A manager interface for unitee framework. Client test developers which develop must use an implementation of this class in order to work with unitee, e.g. find tests, run tests , etc.
Method Summary | |
Test |
findTest(java.lang.String qualifiedName)
Finds a test. |
TestSuite |
getRootTestSuite()
Returns a built TestSuite object which is the root test suite in the system. |
TestFactory |
getTestFactory()
Returns the factory with which the client can create Test related objects. |
void |
listTest(Test test,
java.io.PrintStream output,
boolean printHTML)
Lists the test identified by qualifiedName, its subtests and parameters. |
void |
runTest(Test test,
java.io.PrintStream output,
boolean printHTML)
Runs the test. |
void |
saveChanges()
Saves the changes made to the root test suite and its subtests to a persistent store. |
Method Detail |
public TestSuite getRootTestSuite()
public void saveChanges()
public Test findTest(java.lang.String qualifiedName)
public void listTest(Test test, java.io.PrintStream output, boolean printHTML)
test
- the test to be inspectedoutput
- to which text will be printed toprintHTML
- weather to emit output as HTML or notpublic void runTest(Test test, java.io.PrintStream output, boolean printHTML)
test
- the test object to be testedoutput
- where to print the test resultsprintHTML
- true if the output should be HTML formattedpublic TestFactory getTestFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |