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