jhomenet.hw.test
Class HardwareDataTest

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

public class HardwareDataTest
extends TestCase

Id: $Id$ Description:


Constructor Summary
HardwareDataTest(java.lang.String arg0)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testRetrieveDataByDateAfter()
           
 void testRetrieveDataByDateBefore()
           
 void testRetrieveDataByDateBetween()
           
 void testRetrieveDataById()
           
 void testStoreData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HardwareDataTest

public HardwareDataTest(java.lang.String arg0)
Method Detail

main

public static void main(java.lang.String[] args)

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testStoreData

public void testStoreData()

testRetrieveDataById

public void testRetrieveDataById()

testRetrieveDataByDateAfter

public void testRetrieveDataByDateAfter()

testRetrieveDataByDateBefore

public void testRetrieveDataByDateBefore()

testRetrieveDataByDateBetween

public void testRetrieveDataByDateBetween()


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