public class InitiatorAgent extends TestAgent
Constructor and Description |
---|
InitiatorAgent() |
Modifier and Type | Method and Description |
---|---|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
callService(jadex.bridge.IComponentIdentifier cid,
boolean local,
int testno,
int max)
Call the service methods.
|
protected jadex.commons.future.IFuture<java.lang.Integer> |
invoke(ITestService ts,
int i,
int max)
Invoke the method.
|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
performTest(jadex.bridge.IComponentIdentifier root,
int testno,
int max,
boolean local)
Perform the test.
|
protected jadex.commons.future.IFuture<java.lang.Void> |
performTests(jadex.base.test.Testcase tc)
Perform the tests.
|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
testLocal(int testno,
int max)
Test local.
|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
testRemote(int testno,
int max)
Test remote.
|
body, cleanup, createComponent, createComponent, createPlatform, destroyComponent, getTestCount, setupLocalTest, setupRemotePlatform, setupRemoteTest, test, waitForRealtimeDelay
protected jadex.commons.future.IFuture<java.lang.Void> performTests(jadex.base.test.Testcase tc)
performTests
in class TestAgent
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> testLocal(int testno, int max)
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> testRemote(int testno, int max)
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> performTest(jadex.bridge.IComponentIdentifier root, int testno, int max, boolean local)
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> callService(jadex.bridge.IComponentIdentifier cid, boolean local, int testno, int max)
protected jadex.commons.future.IFuture<java.lang.Integer> invoke(ITestService ts, int i, int max)