Package de.smartsquare.squit.interfaces
Interface SquitJsonPostProcessor
-
- All Implemented Interfaces:
public interface SquitJsonPostProcessorInterface for implementation of a Squit post-processor.
-
-
Method Summary
Modifier and Type Method Description abstract Unitprocess(JsonElement actualResponse, JsonElement expectedResponse, Config config)Processes the given actualResponse in place. -
-
Method Detail
-
process
abstract Unit process(JsonElement actualResponse, JsonElement 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.
-
-
-
-