IRobot implementation using IUI output interface for simulating robot behavior.
Inheritance: IRobot
Ejemplo n.º 1
0
 public void tearDown()
 {
     simTestObj = null;
 }
Ejemplo n.º 2
0
 public void setup()
 {
     simTestObj = new Simulator();
 }