IRobot implementation using IUI output interface for simulating robot behavior.
상속: IRobot
예제 #1
0
 public void tearDown()
 {
     simTestObj = null;
 }
예제 #2
0
 public void setup()
 {
     simTestObj = new Simulator();
 }