Class AnnouncerTests

java.lang.Object
junit.framework.Assert
junit.framework.TestCase
All Implemented Interfaces:
junit.framework.Test

public class AnnouncerTests extends MockObjectTestCase
  • Field Details

  • Constructor Details

    • AnnouncerTests

      public AnnouncerTests()
  • Method Details

    • setUp

      public void setUp()
      Overrides:
      setUp in class junit.framework.TestCase
    • testAnnouncesToRegisteredListenersInOrderOfAddition

      public void testAnnouncesToRegisteredListenersInOrderOfAddition()
    • testPassesEventArgumentsToListeners

      public void testPassesEventArgumentsToListeners()
    • testCanRemoveListeners

      public void testCanRemoveListeners()
    • testDoesNotAllowListenersToThrowCheckedExceptions

      public void testDoesNotAllowListenersToThrowCheckedExceptions() throws Exception
      Throws:
      Exception