Uses of Package
com.xceptance.xlt.api.validators
Packages that use com.xceptance.xlt.api.validators
Package
Description
Provides some standard validator implementations.
-
Classes in com.xceptance.xlt.api.validators used by com.xceptance.xlt.api.validatorsClassDescriptionValidates the downloaded content length with the announced size from the HTTP header.Checks that a page has at least one closing HTML tag.This class validates response codes and can be used as an instance (constructor) or as a global instance for easy reuse by calling
HttpResponseCodeValidator.getInstance().This validator groups the four most common validators into one to make the integration into the code easier.This validator executes JTidy to check the returned HTML code for standard conformance.