public class ComponentResultTestStep
extends java.lang.Object
implements jadex.bridge.IComponentStep<java.lang.Void>
| Constructor and Description |
|---|
ComponentResultTestStep() |
| Modifier and Type | Method and Description |
|---|---|
jadex.commons.future.IFuture<java.lang.Void> |
execute(jadex.bridge.IInternalAccess ia)
Execute the test.
|
protected jadex.commons.future.IFuture |
testComponentResult(java.lang.String config,
java.lang.String expected,
jadex.bridge.IInternalAccess ia)
Create/destroy subcomponent and check if result is as expected.
|
public jadex.commons.future.IFuture<java.lang.Void> execute(jadex.bridge.IInternalAccess ia)
execute in interface jadex.bridge.IComponentStep<java.lang.Void>protected jadex.commons.future.IFuture testComponentResult(java.lang.String config,
java.lang.String expected,
jadex.bridge.IInternalAccess ia)