|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestManagerService
| Field Summary | |
|---|---|
static java.lang.String |
SERVICE_NAME
Define the service name (String) constant. |
| Method Summary | |
|---|---|
TestSessionService |
createTestSession(TestSynchronizationService syncService)
Create test session with the specified sync service parameter and return the TestSessionService result. |
TestScriptService |
parse(java.io.Reader in)
Parse with the specified in parameter and return the TestScriptService result. |
void |
setSaxParserFactory(javax.xml.parsers.SAXParserFactory saxParserFactory)
the saxParserFactory to set |
void |
setTestController(TestControllerService testController)
Sets the test controller value. |
| Field Detail |
|---|
static final java.lang.String SERVICE_NAME
| Method Detail |
|---|
TestSessionService createTestSession(TestSynchronizationService syncService)
syncService - The sync service (TestSynchronizationService) parameter.
TestSessionService) value.
TestScriptService parse(java.io.Reader in)
throws java.lang.Exception
in - The in (Reader) parameter.
TestScriptService) value.
java.lang.Exceptionvoid setSaxParserFactory(javax.xml.parsers.SAXParserFactory saxParserFactory)
saxParserFactory - The sax parser factory (SAXParserFactory) parameter.void setTestController(TestControllerService testController)
testController - The test controller (TestControllerService) parameter.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||