Interface AssertionTask

  • All Superinterfaces:
    Runnable
    All Known Implementing Classes:
    AssertionClauseTask

    public interface AssertionTask
    extends Runnable
    Assertion task that supports fail fast mode by running the assertion asap on the n'th received message.
    • Method Detail

      • assertOnIndex

        void assertOnIndex​(int index)
        Asserts on the n'th received message
        Parameters:
        index - the n'th received message