org.hackystat.sensorshell.usermap
Class TestSensorShellMap

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.hackystat.sensorshell.usermap.TestSensorShellMap
All Implemented Interfaces:
junit.framework.Test

public class TestSensorShellMap
extends junit.framework.TestCase

Tests the SensorShellMap class. It ensures that instantiation and use can be done correctly. A dummy UserMap.xml is inputted for instantiation and a dummy user SensorShell is gotten using the SensorShellMap functionality.

Author:
Julie Ann Sakuda

Constructor Summary
TestSensorShellMap()
           
 
Method Summary
 void testUserShell()
          Tests usage of the SensorShellMap class.
 
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

TestSensorShellMap

public TestSensorShellMap()
Method Detail

testUserShell

public void testUserShell()
                   throws java.lang.Exception
Tests usage of the SensorShellMap class.

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