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,
int testno,
long to)
Call the service methods.
|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
performTest(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.IFuture<jadex.base.test.TestReport> |
testLocal(int testno)
Test local.
|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
testRemote(int testno)
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)
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> testRemote(int testno)
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> performTest(jadex.bridge.IComponentIdentifier root, int testno, boolean hassectrans)
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> callService(jadex.bridge.IComponentIdentifier cid, int testno, long to)