Interface ResultComparator

  • All Known Implementing Classes:
    DefaultResultComparator

    public interface ResultComparator
    The result comparator is used to compare a result object returned by a fixture instance with a given expected result (from the test script).
    Author:
    Rene Schneider - initial API and implementation