public class TestRun extends Object
| Constructor and Description |
|---|
TestRun(org.apache.tools.ant.Project project,
TestRunConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
analyzeReports()
End of test report run.
|
protected ExecutionContext |
obtainContext(TestRunCommand command) |
protected ProcessCommand |
obtainPlayer()
Fetch the player command to execute the SWF.
|
protected TestRunCommand |
obtainTestRunCommand()
Fetch the test run command to execute the tests.
|
void |
run() |
protected Future<Object> |
setupSocketThread()
Create a server socket for receiving the test reports from RoyaleUnit.
|
public TestRun(org.apache.tools.ant.Project project,
TestRunConfiguration configuration)
public void run()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionprotected ProcessCommand obtainPlayer()
protected TestRunCommand obtainTestRunCommand()
protected ExecutionContext obtainContext(TestRunCommand command)
player - PlayerCommand which should be executedprotected Future<Object> setupSocketThread()
protected void analyzeReports()
Copyright © 2023 The Apache Software Foundation. All rights reserved.