| |
|
| com.sun.jbi.management.facade.TestEventNotifier
TestEventNotifier | public class TestEventNotifier extends junit.framework.TestCase (Code) | | Tests for EventNotifier.
author: Mark S White |
Constructor Summary | |
public | TestEventNotifier(String aTestName) The constructor for this testcase, forwards the test name to
the jUnit TestCase base class. |
TestEventNotifier | public TestEventNotifier(String aTestName)(Code) | | The constructor for this testcase, forwards the test name to
the jUnit TestCase base class.
Parameters: aTestName - String with the name of this test. |
setUp | public void setUp() throws Exception(Code) | | Setup for the test. This creates the EventNotifier instance
and other objects needed for the tests.
throws: Exception - when set up fails for any reason. |
tearDown | public void tearDown() throws Exception(Code) | | Cleanup for the test.
throws: Exception - when tearDown fails for any reason. |
testEnableDisableNotifications | public void testEnableDisableNotifications()(Code) | | Tests enableNotifications/disableNotifications.
throws: Exception - if an unexpected error occurs. |
testGetNotificationInfo | public void testGetNotificationInfo()(Code) | | Tests getNotificationInfo.
throws: Exception - if an unexpected error occurs. |
testHandleNotification | public void testHandleNotification()(Code) | | Tests handleNotification.
throws: Exception - if an unexpected error occurs. |
testInstanceStartedStopped | public void testInstanceStartedStopped()(Code) | | Tests instanceStarted / instanceStopped.
throws: Exception - if an unexpected error occurs. |
|
|
|