Package com.xceptance.xlt.api.util


package com.xceptance.xlt.api.util
Provides various utility classes to make writing test cases easier.
  • Class
    Description
    An abstract super class for ResponseProcessor implementations.
    The BasicPageUtils class provides common helper methods for its child classes.
    The HtmlPageUtils class provides some useful helper methods to make dealing with HtmlPage objects easier.
    The LightweightHtmlPageUtils class provides some convenience methods for dealing with unparsed HTML pages, i.e. with strings containing the page's HTML source.
    A ResponseProcessor implementation, which modifies the body of a web response based on regular expressions.
    Using response content processors, one can modify the content of a response body right after download but still before the content is being parsed or compiled.
    Inexpensive (partial) list implementation.
    This class provides some convenient methods for link processing.
    This class does not implement the CharBuffer of the JDK, but uses the idea of a shared character array with views.
    The base class for all XLT exceptions.
    Class to define all global needed loggers and their properties.
    The property keeper.
    Utility class for random numbers and strings.