|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestSessionService
| Method Summary | |
|---|---|
void |
addGlobalTestRunListener(TestRunListenerService globalRunListener)
Registers a TestRunListener |
void |
close()
Close. |
TestConfigurationService |
getTestConfigurationService()
Gets the test configuration service value. |
void |
interrupt()
Interrupt. |
boolean |
isInterrupted()
Gets the interrupted (boolean) value. |
void |
removeGlobalTestRunListener(TestRunListenerService globalRunListener)
Unregisters a TestListener |
void |
runMultipleTests(java.lang.String actionId,
java.lang.String runId,
java.lang.String filter,
java.lang.String className,
java.util.Dictionary properties,
TestRunListenerService runListener)
Run multiple tests with the specified run id, filter, class name, properties and run listener parameters. |
void |
runSingleTest(java.lang.String actionId,
java.lang.String runId,
java.lang.String filter,
java.lang.String className,
java.util.Dictionary properties,
TestRunListenerService runListener)
Run single test with the specified run id, filter, class name, properties and run listener parameters. |
| Method Detail |
|---|
void addGlobalTestRunListener(TestRunListenerService globalRunListener)
throws java.io.IOException
globalRunListener - The global run listener (TestRunListenerService) parameter.
java.io.IOException - IOException.removeGlobalTestRunListener(TestRunListenerService)
void close()
throws java.io.IOException
java.io.IOException - IOException.
TestConfigurationService getTestConfigurationService()
throws java.io.IOException
TestConfigurationService) value.
java.io.IOException - IOException.
void interrupt()
throws java.io.IOException
java.io.IOException - IOException.
boolean isInterrupted()
throws java.io.IOException
java.io.IOException - IOException.
void removeGlobalTestRunListener(TestRunListenerService globalRunListener)
throws java.io.IOException
globalRunListener - The global run listener (TestRunListenerService) parameter.
java.io.IOException - IOException.addGlobalTestRunListener(TestRunListenerService)
void runMultipleTests(java.lang.String actionId,
java.lang.String runId,
java.lang.String filter,
java.lang.String className,
java.util.Dictionary properties,
TestRunListenerService runListener)
throws InvalidSyntaxException,
java.io.IOException
actionId - The action id (String) parameter.runId - The run id (String) parameter.filter - The filter (String) parameter.className - The class name (String) parameter.properties - The properties (Dictionary) parameter.runListener - The run listener (TestRunListenerService) parameter.
InvalidSyntaxException - Invalid Syntax Exception.
java.io.IOException - IOException.
void runSingleTest(java.lang.String actionId,
java.lang.String runId,
java.lang.String filter,
java.lang.String className,
java.util.Dictionary properties,
TestRunListenerService runListener)
throws InvalidSyntaxException,
java.io.IOException
actionId - The action id (String) parameter.runId - The run id (String) parameter.filter - The filter (String) parameter.className - The class name (String) parameter.properties - The properties (Dictionary) parameter.runListener - The run listener (TestRunListenerService) parameter.
InvalidSyntaxException - Invalid Syntax Exception.
java.io.IOException - IOException.
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||