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 SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic FormValidationstatic FormValidationgetKind()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- 
FormValidationpublic FormValidation(org.openqa.selenium.WebElement element) 
 
- 
- 
Method Details- 
await
- 
await
- 
getKind
- 
getMessage
- 
toString
- 
silentWhen either there is no validation or empty OK was returned (there is no way to tell that apart).
- 
reports
- 
reportspublic static Matcher<FormValidation> reports(FormValidation.Kind kind, org.hamcrest.Matcher<String> message) 
 
-