nl.tudelft.goal.ut3.environment
Class AbstractEnvironmentTests

Package class diagram package AbstractEnvironmentTests
java.lang.Object
  extended by 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

Field Summary
protected  List<eis.eis2java.handlers.ActionHandler> actionHandlers
           
protected static List<cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot> agents
           
static String BOT_NAME
           
static nl.tudelft.goal.ut2004.util.Team BOT_TEAM
           
static String MAP_NAME
           
protected static List<eis.eis2java.handlers.PerceptHandler> perceptHandlers
           
protected static UT3BotRunner<cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot,cz.cuni.amis.pogamut.ut2004.bot.params.UT2004BotParameters> runner
           
protected static List<eis.iilang.Percept> startupPercepts
           
protected static UT3BotBehavior testBot
           
 
Constructor Summary
AbstractEnvironmentTests()
           
 
Method Summary
static List<eis.iilang.Percept> getPercepts()
           
static void setUpClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AbstractEnvironmentTests

public AbstractEnvironmentTests()
Method Detail

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.