org.openengsb.domain.test
Interface TestDomain

All Superinterfaces:
Domain

public interface TestDomain
extends Domain

This domain can be used to run tests for projects. The affected project is usually configured in the respective tool connector.


Method Summary
 java.lang.String runTests()
          run all tests for the currently configured project.
 
Methods inherited from interface org.openengsb.core.common.Domain
getAliveState
 

Method Detail

runTests

java.lang.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.



Copyright © 2009-2010. All Rights Reserved.