Class JspWriterValidator

java.lang.Object
ee.jakarta.tck.pages.common.client.validation.WebValidatorBase
ee.jakarta.tck.pages.api.jakarta_servlet.jsp.jspwriter.JspWriterValidator
All Implemented Interfaces:
ValidationStrategy

public class JspWriterValidator extends WebValidatorBase
  • Constructor Details

    • JspWriterValidator

      public JspWriterValidator()
  • Method Details

    • validate

      public boolean validate(WebTestCase testCase)
      This validator preprocesses the search strings of the test case. It will replace all intances of #eol# with the line separator used by the container.
      Specified by:
      validate in interface ValidationStrategy
      Overrides:
      validate in class WebValidatorBase
      Parameters:
      testCase - - The test case to validate
      Returns:
      true if the test passes, otherwise, false.