test.device
Class RobotDeviceTest

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

public class RobotDeviceTest
extends java.lang.Object


Field Summary
(package private) static DeviceNode deviceNode
           
(package private) static Gripper gripper
           
 
Constructor Summary
RobotDeviceTest()
           
 
Method Summary
static void setUpBeforeClass()
           
static junit.framework.JUnit4TestAdapter suite()
          To use JUnit test suite
static void tearDownAfterClass()
           
 void testGetDevice()
          Test method for RobotDevice.getDevice().
 void testGetDeviceNode()
          Test method for RobotDevice.getDeviceNode().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deviceNode

static DeviceNode deviceNode

gripper

static Gripper gripper
Constructor Detail

RobotDeviceTest

public RobotDeviceTest()
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

testGetDevice

public void testGetDevice()
Test method for RobotDevice.getDevice().


testGetDeviceNode

public void testGetDeviceNode()
Test method for RobotDevice.getDeviceNode().


suite

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