jhomenet.hw.test
Class HardwareMappingTest

java.lang.Object
  extended by TestCase
      extended by jhomenet.hw.test.HardwareMappingTest

public class HardwareMappingTest
extends TestCase

Version:
$Revision$ Filename: $Source$ Description:
Author:
$Author$

Constructor Summary
HardwareMappingTest(java.lang.String arg0)
          Constructor.
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testRetrieveHardwareList()
          Test the list of stored hardware.
 void testStoreDevice()
          Test the creation and storing of device hardware.
 void testStoreSensor()
          Test the creation and storing of sensor hardware.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HardwareMappingTest

public HardwareMappingTest(java.lang.String arg0)
Constructor.

Parameters:
arg0 -
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception
See Also:
junit.framework.TestCase#setUp()

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception
See Also:
junit.framework.TestCase#tearDown()

testStoreSensor

public void testStoreSensor()
Test the creation and storing of sensor hardware.


testStoreDevice

public void testStoreDevice()
Test the creation and storing of device hardware.


testRetrieveHardwareList

public void testRetrieveHardwareList()
Test the list of stored hardware.



Copyright © 2004-2005 David Irwin. All Rights Reserved.