Package com.xceptance.xlt.api.validators
package com.xceptance.xlt.api.validators
Provides some standard validator implementations.
-
ClassesClassDescriptionValidates 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.