Package jadex.bdiv3.testcases.plans
Class ExternalWait2BDI
- java.lang.Object
-
- jadex.bdiv3.testcases.plans.ExternalWait2BDI
-
public class ExternalWait2BDI extends java.lang.Object
Test abort of externally waiting plan with manual "interruptable" step.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccess
agent
protected TestReport
tr
-
Constructor Summary
Constructors Constructor Description ExternalWait2BDI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
destroy(IInternalAccess agent)
Called when agent is killed.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
-
tr
protected TestReport tr
-
-
Method Detail
-
destroy
public void destroy(IInternalAccess agent)
Called when agent is killed.
-
-