nl.tudelft.goal.ut3.environment
Class StopTests

Package class diagram package StopTests
java.lang.Object
  extended by nl.tudelft.goal.ut3.environment.AbstractEnvironmentTests
      extended by nl.tudelft.goal.ut3.environment.TimeOutEnvironmentTests
          extended by nl.tudelft.goal.ut3.environment.StopTests

public class StopTests
extends TimeOutEnvironmentTests

Author:
Evers

Field Summary
 
Fields inherited from class nl.tudelft.goal.ut3.environment.TimeOutEnvironmentTests
TIMEOUT
 
Fields inherited from class nl.tudelft.goal.ut3.environment.AbstractEnvironmentTests
actionHandlers, agents, BOT_NAME, BOT_TEAM, MAP_NAME, perceptHandlers, runner, startupPercepts, testBot
 
Constructor Summary
StopTests()
           
 
Method Summary
 void simpleNavigationStopTest()
           
 void stopFromNoPathTest()
          Call stop from a state where the bot is in navigating(nopath,none).
 void stopFromReachedTest()
          Call stop from a state in which the bot is navigating(reached,_).
 void stopFromStuckTest()
          Stop action performed after a stuck event.
 void tearDown()
           
 
Methods inherited from class nl.tudelft.goal.ut3.environment.TimeOutEnvironmentTests
initializeTimeout, setUpTest, timeout
 
Methods inherited from class nl.tudelft.goal.ut3.environment.AbstractEnvironmentTests
getPercepts, setUpClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopTests

public StopTests()
Method Detail

tearDown

public void tearDown()
Overrides:
tearDown in class TimeOutEnvironmentTests

simpleNavigationStopTest

public void simpleNavigationStopTest()
                              throws InterruptedException,
                                     eis.exceptions.PerceiveException
Throws:
InterruptedException
eis.exceptions.PerceiveException

stopFromReachedTest

public void stopFromReachedTest()
                         throws InterruptedException,
                                eis.exceptions.PerceiveException
Call stop from a state in which the bot is navigating(reached,_).

Throws:
InterruptedException
eis.exceptions.PerceiveException

stopFromNoPathTest

public void stopFromNoPathTest()
                        throws InterruptedException,
                               eis.exceptions.PerceiveException
Call stop from a state where the bot is in navigating(nopath,none).

Throws:
InterruptedException
eis.exceptions.PerceiveException

stopFromStuckTest

public void stopFromStuckTest()
                       throws InterruptedException,
                              eis.exceptions.PerceiveException
Stop action performed after a stuck event.

Throws:
InterruptedException
eis.exceptions.PerceiveException


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.