Uses of Class
ctf.evaluation.simulator.responses.RoundOverException

Packages that use RoundOverException
ctf.evaluation.simulator.play Test code for the Play state 
ctf.evaluation.simulator.responses Replies that the simulator may send us 
ctf.evaluation.simulator.setup   
 

Uses of RoundOverException in ctf.evaluation.simulator.play
 

Methods in ctf.evaluation.simulator.play that throw RoundOverException
 void PlayerPositions.testDefaultPlacement()
          Ensure that players are placed in default locations and orientations
protected  void PlayTestCase.turnTo(Connection connection, Side side, int player, double turnTo)
          Turn a player to a heading
 

Uses of RoundOverException in ctf.evaluation.simulator.responses
 

Constructors in ctf.evaluation.simulator.responses that throw RoundOverException
StateResponse(Connection connection)
           
 

Uses of RoundOverException in ctf.evaluation.simulator.setup
 

Methods in ctf.evaluation.simulator.setup that throw RoundOverException
 void PlaceFlag.testNormalPlacement()
          Flags are placed in default locations
 void PlaceFlag.testUnplacedFlag()
          If a team's flag has not been placed, the other team should still be able to poll for the current game state; the game time will just be 0.