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 TypeMethodDescriptionvoidAbstractWebAction.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 TypeClassDescriptionclassAn abstract super class forResponseProcessorimplementations.classAResponseProcessorimplementation, which modifies the body of a web response based on regular expressions.