Uses of Interface
com.xceptance.xlt.api.util.ResponseProcessor
Packages that use ResponseProcessor
Package
Description
Provides abstract super classes for different types of actions.
Provides various utility classes to make writing test cases easier.
-
Uses of ResponseProcessor in com.xceptance.xlt.api.actions
Methods in com.xceptance.xlt.api.actions with parameters of type ResponseProcessorModifier and TypeMethodDescriptionvoid
AbstractWebAction.addResponseProcessor
(ResponseProcessor processor) Registers the given response processor. -
Uses of ResponseProcessor in com.xceptance.xlt.api.util
Classes in com.xceptance.xlt.api.util that implement ResponseProcessorModifier and TypeClassDescriptionclass
An abstract super class forResponseProcessor
implementations.class
AResponseProcessor
implementation, which modifies the body of a web response based on regular expressions.