Package jadex.bdiv3.testcases.misc
Class TestCapability
- java.lang.Object
-
- jadex.bdiv3.testcases.misc.TestCapability
-
public class TestCapability extends java.lang.Object
Capability with goal and plan.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
TestCapability.TestGoal
-
Field Summary
Fields Modifier and Type Field Description protected ICapability
capa
The capability.
-
Constructor Summary
Constructors Constructor Description TestCapability()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.Void>
testPlan(TestCapability.TestGoal goal)
Plan reacting on test goal.
-
-
-
Field Detail
-
capa
protected ICapability capa
The capability.
-
-
Method Detail
-
testPlan
public IFuture<java.lang.Void> testPlan(TestCapability.TestGoal goal)
Plan reacting on test goal.
-
-