@Test
public void testAgentActionNumber1() {
VacuumEnvironment tve = new VacuumEnvironment(
VacuumEnvironment.LocationState.Dirty,
VacuumEnvironment.LocationState.Dirty);
tve.addAgent(agent, VacuumEnvironment.LOCATION_A);
Assert.assertEquals(VacuumEnvironment.LOCATION_A,
tve.getAgentLocation(agent));
Assert.assertEquals(1, tve.getAgents().size());
tve.step(); // cleans location A