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(PlayerCommand player) |
protected PlayerCommand |
obtainPlayer()
Fetch the player command to execute the SWF.
|
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 PlayerCommand obtainPlayer()
protected ExecutionContext obtainContext(PlayerCommand player)
player - PlayerCommand which should be executedprotected Future<Object> setupSocketThread()
protected void analyzeReports()
Copyright © 2020 The Apache Software Foundation. All rights reserved.