test.device
Class DeviceNodeTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.device.DeviceNodeTest
All Implemented Interfaces:
junit.framework.Test

public class DeviceNodeTest
extends junit.framework.TestCase


Field Summary
(package private)  DeviceNode deviceNode
           
 
Constructor Summary
DeviceNodeTest()
           
 
Method Summary
static junit.framework.JUnit4TestAdapter suite()
          To use JUnit test suite
protected  void tearDown()
           
 void testDeviceNode1Node()
           
 void testDeviceNode2Nodes()
           
 void testDeviceNode3Nodes()
           
 void testDeviceNode6Nodes()
           
 void testDeviceNodeLocalizeOnly()
           
 void testDeviceNodeSimulationOnly()
           
 void testDeviceNodeTemplate1()
           
 void testDeviceNodeTemplate2()
           
 void testDeviceNodeTemplate2a()
           
 void testDeviceNodeTemplate2b()
           
 void testDeviceNodeTemplate3()
           
 void testDeviceNodeTemplate4()
           
 void testDeviceNodeTemplate5()
           
 void testDeviceNodeTemplate6()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

deviceNode

DeviceNode deviceNode
Constructor Detail

DeviceNodeTest

public DeviceNodeTest()
Method Detail

testDeviceNodeSimulationOnly

public void testDeviceNodeSimulationOnly()

testDeviceNodeLocalizeOnly

public void testDeviceNodeLocalizeOnly()

testDeviceNodeTemplate1

public void testDeviceNodeTemplate1()

testDeviceNodeTemplate2

public void testDeviceNodeTemplate2()

testDeviceNodeTemplate2a

public void testDeviceNodeTemplate2a()

testDeviceNodeTemplate2b

public void testDeviceNodeTemplate2b()

testDeviceNodeTemplate3

public void testDeviceNodeTemplate3()

testDeviceNodeTemplate4

public void testDeviceNodeTemplate4()

testDeviceNodeTemplate5

public void testDeviceNodeTemplate5()

testDeviceNodeTemplate6

public void testDeviceNodeTemplate6()

testDeviceNode1Node

public void testDeviceNode1Node()

testDeviceNode2Nodes

public void testDeviceNode2Nodes()

testDeviceNode3Nodes

public void testDeviceNode3Nodes()

testDeviceNode6Nodes

public void testDeviceNode6Nodes()

suite

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


tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception