Interface ValidationStrategy

All Known Implementing Classes:
CheckOneOfStatusesTokenizedValidator, TokenizedValidator, WebValidatorBase

public interface ValidationStrategy
A ValidationStrategy is used to compare a server response with a configured test case. How this validation is performed is up to the concrete implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details