org.hackystat.sensor.xmldata.util
Class TestSensorDataPropertyMap

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.hackystat.sensor.xmldata.util.TestSensorDataPropertyMap
All Implemented Interfaces:
junit.framework.Test

public class TestSensorDataPropertyMap
extends junit.framework.TestCase

Tests the SensorDataPropertyMap implementation.

Version:
$Id: TestSensorDataPropertyMap.java,v 1.1.1.1 2005/10/20 23:56:44 johnson Exp $
Author:
Philip M. Johnson

Constructor Summary
TestSensorDataPropertyMap()
           
 
Method Summary
 void testThreadSafePropertyMap()
          Tests the thread safe property map ADT.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
 

Constructor Detail

TestSensorDataPropertyMap

public TestSensorDataPropertyMap()
Method Detail

testThreadSafePropertyMap

public void testThreadSafePropertyMap()
                               throws java.lang.Exception
Tests the thread safe property map ADT.

Throws:
java.lang.Exception - if problems occur.