Package com.xceptance.xlt.api.validators
Class ContentLengthValidator
- java.lang.Object
-
- com.xceptance.xlt.api.validators.ContentLengthValidator
-
public class ContentLengthValidator extends java.lang.ObjectValidates the downloaded content length with the announced size from the HTTP header.
-
-
Constructor Summary
Constructors Constructor Description ContentLengthValidator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentLengthValidatorgetInstance()Returns the singleton instance.voidvalidate(LightWeightPage page)Validates the specified lightweight HTML page.voidvalidate(HtmlPage page)Validates the specified HTML page.
-
-
-
Method Detail
-
validate
public void validate(HtmlPage page)
Validates the specified HTML page.- Parameters:
page- the page to check- Throws:
java.lang.AssertionError- if the page fails validation
-
validate
public void validate(LightWeightPage page)
Validates the specified lightweight HTML page.- Parameters:
page- the page to check- Throws:
java.lang.AssertionError- if the page fails validation
-
getInstance
public static ContentLengthValidator getInstance()
Returns the singleton instance.- Returns:
- the singleton instance
-
-