public class AutoTerminateAgent extends TestAgent implements IAutoTerminateService
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent
The agent.
|
protected java.util.List<jadex.base.test.TestReport> |
reports
The test reports.
|
protected jadex.commons.future.Future<java.lang.Void> |
ret
The finished future.
|
protected jadex.base.test.Testcase |
tc
The test case.
|
Constructor and Description |
---|
AutoTerminateAgent() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkFinished() |
protected jadex.commons.future.IFuture<java.lang.Void> |
performTests(jadex.base.test.Testcase tc)
Execute the tests.
|
jadex.commons.future.ISubscriptionIntermediateFuture<java.lang.String> |
subscribe()
Test subscription.
|
body, cleanup, createComponent, createComponent, createPlatform, destroyComponent, getTestCount, setupLocalTest, setupRemotePlatform, setupRemoteTest, test, waitForRealtimeDelay
protected java.util.List<jadex.base.test.TestReport> reports
protected jadex.bridge.IInternalAccess agent
protected jadex.commons.future.Future<java.lang.Void> ret
protected jadex.base.test.Testcase tc
protected jadex.commons.future.IFuture<java.lang.Void> performTests(jadex.base.test.Testcase tc)
performTests
in class TestAgent
public jadex.commons.future.ISubscriptionIntermediateFuture<java.lang.String> subscribe()
subscribe
in interface IAutoTerminateService
protected void checkFinished()