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 Summary

    Modifier and Type
    Method
    Description
    void
    assertOnIndex(int index)
    Asserts on the n'th received message

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • assertOnIndex

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