public class HumanAgentTest
extends java.lang.Object
Constructor and Description |
---|
HumanAgentTest() |
Modifier and Type | Method and Description |
---|---|
void |
testConstructor()
Tests the constructor.
|
void |
testNegativeTimeStep()
Test actions after the agent was removed.
|
void |
testPostRemoveActions()
Test actions after the agent was removed.
|
void |
testRemoving()
Tests the updating after removal of the agent.
|
void |
testUpdateAgent()
Test the update.
|
public void testConstructor()
public void testRemoving()
public void testUpdateAgent()
public void testNegativeTimeStep()
public void testPostRemoveActions()