nl.tudelft.goal.ut3.environment
Class AbstractEnvironmentTests
java.lang.Object
nl.tudelft.goal.ut3.environment.AbstractEnvironmentTests
- Direct Known Subclasses:
- AbstractControlTests, AbstractControlTests, ActionPerceptTests, MapPerceptTests, SelfPerceptTests, TimeOutEnvironmentTests
public class AbstractEnvironmentTests
- extends Object
Test-suite to provide a full environment test.
- Author:
- Evers
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOT_NAME
public static final String BOT_NAME
- See Also:
- Constant Field Values
MAP_NAME
public static final String MAP_NAME
- See Also:
- Constant Field Values
BOT_TEAM
public static final nl.tudelft.goal.ut2004.util.Team BOT_TEAM
runner
protected static UT3BotRunner<cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot,cz.cuni.amis.pogamut.ut2004.bot.params.UT2004BotParameters> runner
agents
protected static List<cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot> agents
perceptHandlers
protected static List<eis.eis2java.handlers.PerceptHandler> perceptHandlers
actionHandlers
protected List<eis.eis2java.handlers.ActionHandler> actionHandlers
testBot
protected static UT3BotBehavior testBot
startupPercepts
protected static List<eis.iilang.Percept> startupPercepts
AbstractEnvironmentTests
public AbstractEnvironmentTests()
setUpClass
public static void setUpClass()
throws Exception
- Throws:
Exception
getPercepts
public static List<eis.iilang.Percept> getPercepts()
throws eis.exceptions.PerceiveException
- Throws:
eis.exceptions.PerceiveException
Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.