Interface ExpectationComparator<E,​A>

  • All Known Implementing Classes:
    FlowElementComparator, IgnoreComparator

    public interface ExpectationComparator<E,​A>
    Expectation comparator contract.
    Author:
    Ikasan Development Team
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void compare​(E expected, A actual)
      Compares the two incoming objects to ensure the expectation is satisifed by the actual.
    • Method Detail

      • compare

        void compare​(E expected,
                     A actual)
        Compares the two incoming objects to ensure the expectation is satisifed by the actual.
        Parameters:
        expectation -
        actual -