|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.iplan.PlanTest
ix.iplan.PlanTestDefaults
public class PlanTestDefaults
Specifies default values for PlanTests. If an instance of this
class appears in a list of PlanTests given to an AutoTester,
the AutoTester will use this instance to supply default values
to later tests in the same list. That happens via the
TestRunner returned by the makeTestRunner(AutoTester)
method.
| Field Summary |
|---|
| Fields inherited from class ix.iplan.PlanTest |
|---|
domain, initialPlan, isExhaustive, plans, randomSimulations, stepLimit, task |
| Constructor Summary | |
|---|---|
PlanTestDefaults()
|
|
| Method Summary | |
|---|---|
AutoTester.TestRunner |
makeTestRunner(AutoTester auto)
Returns a TestRunner that tells the AutoTester to use this PlanTest for default values. |
java.lang.String |
testDescription()
Returns a short textual description of this test. |
| Methods inherited from class ix.iplan.PlanTest |
|---|
getDomain, getInitialPlan, getIsExhaustive, getPlans, getRandomSimulations, getStepLimit, getTask, setDomain, setInitialPlan, setIsExhaustive, setPlans, setRandomSimulations, setStepLimit, setTask, taskDescription, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PlanTestDefaults()
| Method Detail |
|---|
public AutoTester.TestRunner makeTestRunner(AutoTester auto)
makeTestRunner in class PlanTestPlanTest.takeDefaults(PlanTest)public java.lang.String testDescription()
PlanTestDomain duplicate-effect-test, Task test1 Domain blocks-pure-htn-1, Problem ca,b-abc
The method defined by the PlanTest class calls
PlanTest.getDomain() and PlanTest.taskDescription().
The testDescription() method is called by PlanTest.toString().
testDescription in class PlanTest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||