Uses of Class
com._4point.testing.matchers.aem.HtmlForm
Packages that use HtmlForm
-
Uses of HtmlForm in com._4point.testing.matchers.aem
Methods in com._4point.testing.matchers.aem that return HtmlFormMethods in com._4point.testing.matchers.aem that return types with arguments of type HtmlFormModifier and TypeMethodDescriptionstatic org.hamcrest.TypeSafeDiagnosingMatcher<HtmlForm> HtmlFormMatchers.containsFieldLabel(String expectedFieldLabel) Creates a Matcher that validates that an HTML Form has a input field with a specific field label.static org.hamcrest.TypeSafeDiagnosingMatcher<HtmlForm> Creates a Matcher that validates that an HTML Form's title. -
Uses of HtmlForm in com._4point.testing.matchers.jaxrs
Methods in com._4point.testing.matchers.jaxrs that return HtmlFormModifier and TypeMethodDescriptionstatic HtmlFormResponseMatchers.expectingHtmlForm(jakarta.ws.rs.core.Response response, URI baseUri) Performs a series of checks on the Response object to validate that it is a response containing HTML and then returns an HtmlForm object for further validation.