Inheritance diagram for edu.cmu.hcii.calo.test.NotificationTest:
Public Member Functions | |
void | setUp () throws Exception |
Test setup method. | |
void | tearDown () throws Exception |
Test teardown method. | |
void | testAddNotification () throws Exception |
Tests adding Notifications. | |
void | testChangeNotificationPriority () throws Exception |
Tests changing a Notification's priority. | |
void | testChangeNotificationText () throws Exception |
Tests changing a Notification's associated text. | |
void | testRemoveNotification () throws Exception |
Tests removing Notifications. | |
void | testUnmanagedNotification () throws Exception |
Tests playing around with Notifications that aren't in the NotificationManager. | |
Private Member Functions | |
Notification | quickAddNotification () |
Convenience method to quickly add a new Notification to the manager and then clear out all our semaphores so we have a clean slate to check for new Message instances coming in after that. |
void edu.cmu.hcii.calo.test.NotificationTest.setUp | ( | ) | throws Exception |
Test setup method.
java.lang.Exception |
void edu.cmu.hcii.calo.test.NotificationTest.tearDown | ( | ) | throws Exception |
Test teardown method.
Exception |
void edu.cmu.hcii.calo.test.NotificationTest.testAddNotification | ( | ) | throws Exception |
Tests adding Notifications.
Exception |
void edu.cmu.hcii.calo.test.NotificationTest.testChangeNotificationPriority | ( | ) | throws Exception |
Tests changing a Notification's priority.
Exception |
void edu.cmu.hcii.calo.test.NotificationTest.testChangeNotificationText | ( | ) | throws Exception |
Tests changing a Notification's associated text.
Exception |
void edu.cmu.hcii.calo.test.NotificationTest.testRemoveNotification | ( | ) | throws Exception |
Tests removing Notifications.
Exception |
void edu.cmu.hcii.calo.test.NotificationTest.testUnmanagedNotification | ( | ) | throws Exception |
Tests playing around with Notifications that aren't in the NotificationManager.
Exception |
Notification edu.cmu.hcii.calo.test.NotificationTest.quickAddNotification | ( | ) | [private] |
Convenience method to quickly add a new Notification to the manager and then clear out all our semaphores so we have a clean slate to check for new Message instances coming in after that.