ix.test.xml
Class TrainsTest

java.lang.Object
  extended by ix.iplan.PlanTest
      extended by ix.test.xml.TrainsTest
All Implemented Interfaces:
java.io.Serializable

public class TrainsTest
extends PlanTest

Describes a trains-domain plan test.

See Also:
Serialized Form

Nested Class Summary
(package private) static class TrainsTest.TrainsTestRunner
           
 
Field Summary
 
Fields inherited from class ix.iplan.PlanTest
domain, initialPlan, isExhaustive, plans, randomSimulations, stepLimit, task
 
Constructor Summary
TrainsTest()
           
 
Method Summary
 AutoTester.TestRunner makeTestRunner(AutoTester auto)
          Factory method that returns a new TestRunner that should be used to run this test.
 
Methods inherited from class ix.iplan.PlanTest
getDomain, getInitialPlan, getIsExhaustive, getPlans, getRandomSimulations, getStepLimit, getTask, setDomain, setInitialPlan, setIsExhaustive, setPlans, setRandomSimulations, setStepLimit, setTask, taskDescription, testDescription, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TrainsTest

public TrainsTest()
Method Detail

makeTestRunner

public AutoTester.TestRunner makeTestRunner(AutoTester auto)
Description copied from class: PlanTest
Factory method that returns a new TestRunner that should be used to run this test. This allows PlanTest subclasses to vary the way in which tests are processed.

Overrides:
makeTestRunner in class PlanTest