public class Initiator2Agent extends TestAgent
Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInputConnection |
icon |
Constructor and Description |
---|
Initiator2Agent() |
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> |
receiveBehavior(int testno,
jadex.bridge.IInputConnection 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> receiveBehavior(int testno, jadex.bridge.IInputConnection con, jadex.commons.future.IFuture<java.util.Collection<jadex.commons.Tuple2<java.lang.String,java.lang.Object>>> resfut)