Interface ExpectationChecker

All Known Implementing Classes:
BooleanExpectationChecker, CatchAllExpectationChecker, ChainOfExpectationCheckers

public interface ExpectationChecker
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isAcceptable(Object actual, String expected)
     
  • Method Details

    • isAcceptable

      boolean isAcceptable(Object actual, String expected)