Interface MapSubject.ValueTester<A,E>

Enclosing class:
MapSubject

private static interface MapSubject.ValueTester<A,E>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(A actualValue, E expectedValue)
     
  • Method Details

    • test

      boolean test(A actualValue, E expectedValue)