Package de.smartsquare.squit.interfaces
Interface SquitXmlPostProcessor
-
- All Implemented Interfaces:
public interface SquitXmlPostProcessorInterface for implementation of a Squit post-processor.
-
-
Method Summary
-
-
Method Detail
-
process
abstract Unit process(Document actualResponse, Document expectedResponse, Config config)
Processes the given actualResponse in place. The passed expectedResponse is not written, but can be useful for reference when modifying the actualResponse.
-
-
-
-