Uses of Class
ix.iplan.AutoTester.TestRunner

Packages that use AutoTester.TestRunner
ix.iplan The I-X planner. 
ix.test.xml Experiments with new classes that could be converted to and from XML. 
 

Uses of AutoTester.TestRunner in ix.iplan
 

Methods in ix.iplan that return AutoTester.TestRunner
 AutoTester.TestRunner PlanTestGroup.makeTestRunner(AutoTester auto)
          Returns a TestRunner that tells the AutoTester to remember this group.
 AutoTester.TestRunner PlanTestDefaults.makeTestRunner(AutoTester auto)
          Returns a TestRunner that tells the AutoTester to use this PlanTest for default values.
 AutoTester.TestRunner PlanTest.makeTestRunner(AutoTester auto)
          Factory method that returns a new TestRunner that should be used to run this test.
 AutoTester.TestRunner ExpandPlanTestGroup.makeTestRunner(AutoTester auto)
          Returns a TestRunner that will run the tests in the group.
 

Uses of AutoTester.TestRunner in ix.test.xml
 

Subclasses of AutoTester.TestRunner in ix.test.xml
(package private) static class BlockStackingTest.BlockTestRunner
           
protected static class MissionaryTest.MissionaryTestRunner
           
(package private) static class TrainsTest.TrainsTestRunner
           
 

Methods in ix.test.xml that return AutoTester.TestRunner
 AutoTester.TestRunner TrainsTest.makeTestRunner(AutoTester auto)
           
 AutoTester.TestRunner MissionaryTest.makeTestRunner(AutoTester auto)
          Returns a TestRunner that runs an extra simulation.
 AutoTester.TestRunner BlockStackingTest.makeTestRunner(AutoTester auto)