Class AnnouncerTests

  • All Implemented Interfaces:
    junit.framework.Test

    public class AnnouncerTests
    extends MockObjectTestCase
    • Constructor Detail

      • AnnouncerTests

        public AnnouncerTests()
    • Method Detail

      • 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 java.lang.Exception
        Throws:
        java.lang.Exception