Modifier and Type | Field and Description |
---|---|
protected jadex.bridge.IInternalAccess |
agent |
jadex.micro.testcases.SimpleInterceptor |
provinter |
jadex.micro.testcases.SimpleInterceptor |
reqinter |
Constructor and Description |
---|
InterceptorAgent() |
Modifier and Type | Method and Description |
---|---|
jadex.commons.future.IFuture<java.lang.Void> |
executeBody()
Just finish the test by setting the result and killing the agent.
|
jadex.commons.future.IFuture<java.lang.Void> |
performProvidedServiceTest(java.util.List<jadex.base.test.TestReport> testresults)
Perform test for provided service.
|
jadex.commons.future.IFuture<java.lang.Void> |
performRequiredServiceTest(java.util.List<jadex.base.test.TestReport> testresults)
Perform test for required service.
|
jadex.commons.future.IFuture<java.lang.Void> |
test()
Init service method.
|
protected jadex.bridge.IInternalAccess agent
public jadex.micro.testcases.SimpleInterceptor provinter
public jadex.micro.testcases.SimpleInterceptor reqinter
public jadex.commons.future.IFuture<java.lang.Void> executeBody()
public jadex.commons.future.IFuture<java.lang.Void> performProvidedServiceTest(java.util.List<jadex.base.test.TestReport> testresults)
public jadex.commons.future.IFuture<java.lang.Void> performRequiredServiceTest(java.util.List<jadex.base.test.TestReport> testresults)