Class NotificationTest

java.lang.Object
org.semispace.notification.NotificationTest

@TestInstance(PER_CLASS) public class NotificationTest extends Object
  • Constructor Details

    • NotificationTest

      public NotificationTest()
  • Method Details

    • setUp

      @BeforeAll protected void setUp()
    • tearDown

      @AfterEach protected void tearDown()
    • testNotificationAndTake

      public void testNotificationAndTake()
      Few listeners and a larger number of inserts.
    • testQuantityOfNotification

      public void testQuantityOfNotification() throws InterruptedException
      A large number of listeners, and a smaller number of inserts
      Throws:
      InterruptedException
    • testListenerExpiration

      @Test public void testListenerExpiration()
      Expiration of listener
    • deactivated_testRepeatedTest

      public void deactivated_testRepeatedTest() throws InterruptedException
      Repetition test in order to examine stress slightly better.
      Throws:
      InterruptedException