org.openengsb.domain.test
Interface TestDomain
- All Superinterfaces:
- org.openengsb.core.api.Domain, org.openengsb.core.api.OpenEngSBService
public interface TestDomain
- extends org.openengsb.core.api.Domain
This domain can be used to run tests for projects. The affected project is usually configured in the respective tool
connector.
|
Method Summary |
String |
runTests()
run all tests for the currently configured project. |
void |
runTests(long processId)
run all tests for the currently configured project. |
| Methods inherited from interface org.openengsb.core.api.Domain |
getAliveState |
| Methods inherited from interface org.openengsb.core.api.OpenEngSBService |
getInstanceId |
runTests
String runTests()
- run all tests for the currently configured project. This method returns at once with an id. The tests are run
asynchronously. The result can be retrieved using the events raised by this domain, which also contain the id.
runTests
void runTests(long processId)
- run all tests for the currently configured project. This method returns at once with an id. The tests are run
asynchronously. The result can be retrieved using the events raised by this domain, with the processId set to the
supplied processId
Copyright © 2009-2011. All Rights Reserved.