|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensorshell.TestSensorShellProperties
public class TestSensorShellProperties
Provides simple unit tests for SensorShellProperties.
Constructor Summary | |
---|---|
TestSensorShellProperties()
|
Method Summary | |
---|---|
void |
testDefaultSensorProperties()
Tests SensorProperties class when using the 'test' constructor. |
void |
testInvalidSensorProperties()
Tests basic functions of an invalid creation of a SensorProperties instance. |
void |
testNullSensorProperties()
Tests basic functions of an invalid creation of a SensorProperties instance. |
void |
testPropertiesConstructor()
Tests SensorShellProperties class when using the Properties-based constructor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestSensorShellProperties()
Method Detail |
---|
public void testDefaultSensorProperties() throws java.lang.Exception
java.lang.Exception
- If problems occur.public void testPropertiesConstructor() throws java.lang.Exception
java.lang.Exception
- If problems occur.public void testNullSensorProperties() throws SensorShellException
SensorShellException
- If problems occur.public void testInvalidSensorProperties() throws SensorShellException
SensorShellException
- If problems occur.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |