public class InitiatorAgent extends TestAgent
Constructor and Description |
---|
InitiatorAgent() |
Modifier and Type | Method and Description |
---|---|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
performTest(jadex.bridge.IComponentIdentifier root,
int testno)
Perform the test.
|
protected jadex.commons.future.IFuture<java.lang.Void> |
performTests(jadex.base.test.Testcase tc)
The agent body.
|
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
sendBehavior(int testno,
jadex.bridge.IOutputConnection con,
jadex.commons.future.IFuture<java.util.Collection<jadex.commons.Tuple2<java.lang.String,java.lang.Object>>> resfut) |
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
testLocal(int testno) |
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> |
testRemote(int testno) |
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)
TestAgent
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)
protected jadex.commons.future.IFuture<jadex.base.test.TestReport> sendBehavior(int testno, jadex.bridge.IOutputConnection con, jadex.commons.future.IFuture<java.util.Collection<jadex.commons.Tuple2<java.lang.String,java.lang.Object>>> resfut)