public class InitiatorAgent extends TestAgent
Constructor and Description |
---|
InitiatorAgent() |
Modifier and Type | Method and Description |
---|---|
protected jadex.commons.future.IFuture<java.lang.Void> |
callMethod(ITestService ts,
int cnt,
jadex.commons.future.IntermediateFuture<jadex.base.test.TestReport> ret) |
protected jadex.commons.future.IIntermediateFuture<jadex.base.test.TestReport> |
callServices(jadex.bridge.IComponentIdentifier cid,
int testno,
long to)
Call the service methods.
|
protected int |
getTestCount()
The test count.
|
protected jadex.commons.future.IIntermediateFuture<jadex.base.test.TestReport> |
performTests(jadex.bridge.IComponentIdentifier root,
int testno,
boolean hassectrans)
Perform the test.
|
protected jadex.commons.future.IFuture<java.lang.Void> |
performTests(jadex.base.test.Testcase tc)
Perform the tests.
|
protected jadex.commons.future.IIntermediateFuture<jadex.base.test.TestReport> |
testLocal(int testno)
Test local.
|
protected jadex.commons.future.IIntermediateFuture<jadex.base.test.TestReport> |
testRemote(int testno)
Test remote.
|
body, cleanup, createComponent, createComponent, createPlatform, destroyComponent, setupLocalTest, setupRemotePlatform, setupRemoteTest, test, waitForRealtimeDelay
protected int getTestCount()
getTestCount
in class TestAgent
protected jadex.commons.future.IFuture<java.lang.Void> performTests(jadex.base.test.Testcase tc)
performTests
in class TestAgent
protected jadex.commons.future.IIntermediateFuture<jadex.base.test.TestReport> testLocal(int testno)
protected jadex.commons.future.IIntermediateFuture<jadex.base.test.TestReport> testRemote(int testno)
protected jadex.commons.future.IIntermediateFuture<jadex.base.test.TestReport> performTests(jadex.bridge.IComponentIdentifier root, int testno, boolean hassectrans)
protected jadex.commons.future.IIntermediateFuture<jadex.base.test.TestReport> callServices(jadex.bridge.IComponentIdentifier cid, int testno, long to)
protected jadex.commons.future.IFuture<java.lang.Void> callMethod(ITestService ts, int cnt, jadex.commons.future.IntermediateFuture<jadex.base.test.TestReport> ret)