|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.testcontroller.TestSession
public class TestSession
| Constructor Summary | |
|---|---|
TestSession(TestConfigurationService testConfigurationService,
TestSynchronizationService syncService)
Constructs an instance of this class from the specified test configuration service and sync service parameters. |
|
| Method Summary | |
|---|---|
void |
addGlobalTestRunListener(TestRunListenerService runListener)
Add global test run listener with the specified run listener parameter. |
void |
close()
Close. |
TestConfigurationService |
getTestConfigurationService()
Gets the test configuration service value. |
void |
interrupt()
Interrupt. |
boolean |
isInterrupted()
Gets the interrupted (boolean) value. |
void |
removeGlobalTestRunListener(TestRunListenerService runListener)
Remove global test run listener with the specified run listener parameter. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestSession(TestConfigurationService testConfigurationService,
TestSynchronizationService syncService)
testConfigurationService - The test configuration service (TestConfigurationService) parameter.syncService - The sync service (TestSynchronizationService) parameter.| Method Detail |
|---|
public void addGlobalTestRunListener(TestRunListenerService runListener)
addGlobalTestRunListener in interface TestSessionServicerunListener - The run listener (TestRunListenerService) parameter.removeGlobalTestRunListener(TestRunListenerService)public void close()
close in interface TestSessionServicepublic TestConfigurationService getTestConfigurationService()
getTestConfigurationService in interface TestSessionServiceTestConfigurationService) value.public void interrupt()
interrupt in interface TestSessionServicepublic boolean isInterrupted()
isInterrupted in interface TestSessionServiceboolean) value.public void removeGlobalTestRunListener(TestRunListenerService runListener)
removeGlobalTestRunListener in interface TestSessionServicerunListener - The run listener (TestRunListenerService) parameter.addGlobalTestRunListener(TestRunListenerService)
public 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
runMultipleTests in interface TestSessionServiceactionId - 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.
public 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
runSingleTest in interface TestSessionServiceactionId - 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 | |||||||||