Inheritance diagram for edu.cmu.hcii.calo.test.AutomatedEngineTest:
Public Member Functions | |
void | setUp () throws Exception |
Test setup method. | |
void | tearDown () throws Exception |
Test teardown method. | |
void | testChangeNotificationPriority () throws Exception |
Tests the engine changing the notification priority. | |
Private Attributes | |
AutomatedEngine | engine = null |
The engine to use for the test. |
void edu.cmu.hcii.calo.test.AutomatedEngineTest.setUp | ( | ) | throws Exception |
Test setup method.
java.lang.Exception |
void edu.cmu.hcii.calo.test.AutomatedEngineTest.tearDown | ( | ) | throws Exception |
Test teardown method.
Exception |
void edu.cmu.hcii.calo.test.AutomatedEngineTest.testChangeNotificationPriority | ( | ) | throws Exception |
Tests the engine changing the notification priority.
Exception |
AutomatedEngine edu.cmu.hcii.calo.test.AutomatedEngineTest.engine = null [private] |
The engine to use for the test.