test.device
Class SimulationTest

java.lang.Object
  extended by test.device.SimulationTest

public class SimulationTest
extends java.lang.Object


Field Summary
(package private) static DeviceNode deviceNode
           
(package private) static Simulation simu
           
 
Constructor Summary
SimulationTest()
           
 
Method Summary
static void setUpBeforeClass()
           
static junit.framework.JUnit4TestAdapter suite()
          To use JUnit test suite
static void tearDownAfterClass()
           
 void testGetPositionNew()
           
 void testGetPositionOf()
           
 void testInitPositionOf()
           
 void testSetPositionOf()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

simu

static Simulation simu

deviceNode

static DeviceNode deviceNode
Constructor Detail

SimulationTest

public SimulationTest()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
                             throws java.lang.Exception
Throws:
java.lang.Exception

tearDownAfterClass

public static void tearDownAfterClass()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testInitPositionOf

public void testInitPositionOf()

testSetPositionOf

public void testSetPositionOf()

testGetPositionOf

public void testGetPositionOf()

testGetPositionNew

public void testGetPositionNew()

suite

public static junit.framework.JUnit4TestAdapter suite()
To use JUnit test suite