com.togethersoft.testing.testserver
Interface ITestRunner


public interface ITestRunner

Interface to test runner, should be implemented by user.

Stereotype tested
testcase test.com.togethersoft.testing.testserver.TestITestRunner

Method Summary
 voidrun(ITestServerAsset asset, IServerResultListener result, IProgressMonitor progress)
           

Method Detail

run

public void run(ITestServerAsset asset, IServerResultListener result, IProgressMonitor progress)
throws TestRunnerException
Parameters:
asset - test step( suite) to run
result - listener which should be notified about test outcomes
progress - progress monitor to track test progress