Class TestDelayWithSpeed


  • public class TestDelayWithSpeed
    extends TestDelay
    Represents a delay specification for the test server together with some speed.
    • Constructor Detail

      • TestDelayWithSpeed

        protected TestDelayWithSpeed​(Integer msgNr,
                                     org.joda.time.Duration delay)
    • Method Detail

      • fromMsgNrWithSpeed

        public static TestDelayWithSpeed fromMsgNrWithSpeed​(int msgNr,
                                                            org.joda.time.Duration speed)
        Constructs test delay instance
        Parameters:
        msgNr - msgnr to start the test with
        speed - speed with which messages should be send
        Returns:
        test delay instance