Package org.jenkinsci.test.acceptance.po
Class FormValidation
java.lang.Object
org.jenkinsci.test.acceptance.po.FormValidation
Result of form field validation.
- Author:
- ogondza.
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FormValidation
static FormValidation
getKind()
static Matcher<FormValidation>
reports
(FormValidation.Kind kind, String message) static Matcher<FormValidation>
reports
(FormValidation.Kind kind, org.hamcrest.Matcher<String> message) static Matcher<FormValidation>
silent()
When either there is no validation or empty OK was returned (there is no way to tell that apart).toString()
-
Constructor Details
-
FormValidation
public FormValidation(org.openqa.selenium.WebElement element)
-
-
Method Details
-
await
-
await
-
getKind
-
getMessage
-
toString
-
silent
When either there is no validation or empty OK was returned (there is no way to tell that apart). -
reports
-
reports
public static Matcher<FormValidation> reports(FormValidation.Kind kind, org.hamcrest.Matcher<String> message)
-