| edu.rice.cs.drjava.DrJavaTestCase edu.rice.cs.drjava.model.EventNotifierTest
EventNotifierTest | final public class EventNotifierTest extends DrJavaTestCase (Code) | | Tests the functionality of the class that notifies listeners
of a global model.
version: $Id: EventNotifierTest.java 4255 2007-08-28 19:17:37Z mgricken $ |
Method Summary | |
public void | setUp() | public void | tearDown() | public void | testAddAndRemoveListeners() Checks that the notifier adds and removes listeners correctly,
notifying the correct ones on a particular event. | public void | testPollListeners() Checks that the notifier can poll multiple listeners. |
testAddAndRemoveListeners | public void testAddAndRemoveListeners()(Code) | | Checks that the notifier adds and removes listeners correctly,
notifying the correct ones on a particular event.
|
testPollListeners | public void testPollListeners()(Code) | | Checks that the notifier can poll multiple listeners.
|
Fields inherited from edu.rice.cs.drjava.DrJavaTestCase | final public static String TEST_DRJAVA_CONFIG_PROPERTY(Code)(Java Doc)
|
|
|