Class AbstractValidationIT<T extends com.vaadin.testbench.HasValidation>

java.lang.Object
com.vaadin.testbench.TestBenchTestCase
com.vaadin.tests.AbstractComponentIT
com.vaadin.tests.validation.AbstractValidationIT<T>
All Implemented Interfaces:
com.vaadin.testbench.HasDriver, com.vaadin.testbench.HasElementQuery, com.vaadin.testbench.HasSearchContext, com.vaadin.testbench.HasTestBenchCommandExecutor

public abstract class AbstractValidationIT<T extends com.vaadin.testbench.HasValidation> extends AbstractComponentIT
  • Field Details

    • testField

      protected T extends com.vaadin.testbench.HasValidation testField
  • Constructor Details

    • AbstractValidationIT

      public AbstractValidationIT()
  • Method Details

    • init

      public void init()
    • getTestField

      protected abstract T getTestField()
    • assertValidationCount

      protected void assertValidationCount(int expected)
    • resetValidationCount

      protected void resetValidationCount()
    • assertErrorMessage

      protected void assertErrorMessage(String expected)
    • assertClientValid

      protected void assertClientValid()
    • assertClientInvalid

      protected void assertClientInvalid()
    • assertServerValid

      protected void assertServerValid()
    • assertServerInvalid

      protected void assertServerInvalid()
    • assertValid

      protected void assertValid()
    • assertInvalid

      protected void assertInvalid()
    • assertValidation

      protected void assertValidation(boolean valid, String errorMessage)
    • assertNoValidation

      protected void assertNoValidation()
    • detachAndReattachField

      protected void detachAndReattachField()
    • detachField

      protected void detachField()
    • attachField

      protected void attachField()
    • attachAndInvalidateField

      protected void attachAndInvalidateField()
    • hideField

      protected void hideField()
    • showAndInvalidateField

      protected void showAndInvalidateField()