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 ExpandPlanTestGroup
          Specifies a group of PlanTests.
 class PlanTestDefaults
          Specifies default values for PlanTests.
 class PlanTestGroup
          Specifies a group of tests that can be applied to different domains.
 

Methods in ix.iplan with parameters of type PlanTest
 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.