Package jadex.bdiv3.testcases.misc
Class ConstructorsBDI
- java.lang.Object
-
- jadex.bdiv3.testcases.misc.ConstructorsSuper
-
- jadex.bdiv3.testcases.misc.ConstructorsBDI
-
public class ConstructorsBDI extends ConstructorsSuper
Test using injected values in init expressions or constructors.
-
-
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe agent.-
Fields inherited from class jadex.bdiv3.testcases.misc.ConstructorsSuper
calls
-
-
Constructor Summary
Constructors Constructor Description ConstructorsBDI()Create the agent.ConstructorsBDI(java.lang.String arg)Create the agent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbody()Agent body.
-
-
-
Field Detail
-
agent
protected IInternalAccess agent
The agent.
-
-