Uses of Class
ix.iplan.PlanTest

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

Uses of PlanTest in ix.iplan
 

Subclasses of PlanTest in ix.iplan
 class PlanTestDefaults
          Specifies default values for PlanTests.
 

Fields in ix.iplan declared as PlanTest
(package private)  PlanTest AutoTester.TestRunner.test
           
 

Methods in ix.iplan with parameters of type PlanTest
(package private)  java.lang.String AutoTester.fullDomainName(PlanTest test)
           
(package private)  Slip AutoTester.makeTestPlanner(PlanTest test)
           
(package private)  void AutoTester.recordFailure(PlanTest failed)
           
(package private)  void PlanTest.takeDefaults(PlanTest defaults)
          Takes field values from the specified PlanTest which will usually be an instance of PlanTestDefaults.
(package private)  void PlanTestDefaults.takeDefaults(PlanTest defaults)
           
 void AutoTester.testFailure(PlanTest failed, java.lang.String reason)
           
 

Constructors in ix.iplan with parameters of type PlanTest
AutoTester.TestRunner(PlanTest test)
           
 

Uses of PlanTest in ix.test.xml
 

Subclasses of PlanTest in ix.test.xml
 class BlockStackingTest
          Describes a block-stacking plan test.
 class MissionaryTest
          Describes a missionary and cannibals plan test.
 class TrainsTest
          Describes a trains-domain plan test.