Class BroadcastServiceTest

    • Constructor Detail

      • BroadcastServiceTest

        public BroadcastServiceTest()
    • Method Detail

      • testLoopBackMethod

        public void testLoopBackMethod()
                                throws java.net.UnknownHostException,
                                       java.lang.InterruptedException
        Throws:
        java.net.UnknownHostException
        java.lang.InterruptedException
      • testInvalidationViaUDP

        public void testInvalidationViaUDP()
      • testMessageSendingQueue

        public void testMessageSendingQueue()
        Tests PLA-8550: whenever the message sending queue was filled up the calling thread did not block for the specified time but got a error immediately.

        So the tests tries to send considerably more messages than queue size could allow and tries to get that error again. If the test finished the error must be fixed.

      • testOneLargeUDPPacket

        public void testOneLargeUDPPacket()
                                   throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • testRandomPacketSizesAndPacketAmounts

        public void testRandomPacketSizesAndPacketAmounts()
                                                   throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException