|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Fields in ix.iplan declared as PlanTest | |
---|---|
protected PlanTest |
AutoTester.TestRunner.test
|
Fields in ix.iplan with type parameters of type PlanTest | |
---|---|
protected java.util.Map<PlanTest,java.lang.String> |
AutoTester.failureReasons
|
Methods in ix.iplan with parameters of type PlanTest | |
---|---|
Slip |
AutoTester.makeTestPlanner(PlanTest test)
|
void |
AutoTester.recordFailure(PlanTest failed,
java.lang.String reason)
|
(package private) void |
PlanTestDefaults.takeDefaults(PlanTest defaults)
|
(package private) void |
PlanTest.takeDefaults(PlanTest defaults)
Takes field values from the specified PlanTest which will usually be an instance of PlanTestDefaults or of
ExpandPlanTestGroup . |
void |
AutoTester.testFailure(PlanTest failed,
java.lang.String reason)
|
Constructors in ix.iplan with parameters of type PlanTest | |
---|---|
AutoTester.TestRunner(PlanTest test)
Constructs a test-runner for the indicated 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |