ix.test.xml
Class BlockStackingTest.BlockTestRunner

java.lang.Object
  extended by ix.iplan.AutoTester.TestRunner
      extended by ix.test.xml.BlockStackingTest.BlockTestRunner
Enclosing class:
BlockStackingTest

static class BlockStackingTest.BlockTestRunner
extends AutoTester.TestRunner


Field Summary
(package private)  AutoTester auto
           
(package private)  BlockStackingTest.Stacker stacker
           
(package private)  BlockStackingTest test
           
 
Constructor Summary
BlockStackingTest.BlockTestRunner(BlockStackingTest test, AutoTester auto)
           
 
Method Summary
protected  Plan initialPlan()
           
protected  Domain readDomain()
           
protected  void runSimulation(PlanCheckingSimulator sim)
           
 
Methods inherited from class ix.iplan.AutoTester.TestRunner
checkPlan, describePlan, describeTest, planFromPlan, runTest, savedPlanName, savePlan, savePlanFromPlan, taskPlan
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

auto

AutoTester auto

stacker

BlockStackingTest.Stacker stacker

test

BlockStackingTest test
Constructor Detail

BlockStackingTest.BlockTestRunner

BlockStackingTest.BlockTestRunner(BlockStackingTest test,
                                  AutoTester auto)
Method Detail

readDomain

protected Domain readDomain()
Overrides:
readDomain in class AutoTester.TestRunner

initialPlan

protected Plan initialPlan()
Overrides:
initialPlan in class AutoTester.TestRunner

runSimulation

protected void runSimulation(PlanCheckingSimulator sim)
Overrides:
runSimulation in class AutoTester.TestRunner