Class JavaObjectSerializationOutputNormalizer
java.lang.Object
org.gradle.exemplar.test.normalizer.JavaObjectSerializationOutputNormalizer
- All Implemented Interfaces:
OutputNormalizer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnormalize(String commandOutput, ExecutionMetadata executionMetadata) Remove and update output that is unrelated the the sample output.
-
Constructor Details
-
JavaObjectSerializationOutputNormalizer
public JavaObjectSerializationOutputNormalizer()
-
-
Method Details
-
normalize
Description copied from interface:OutputNormalizerRemove and update output that is unrelated the the sample output.- Specified by:
normalizein interfaceOutputNormalizer- Parameters:
commandOutput- raw command outputexecutionMetadata- environment and execution information- Returns:
- normalized output as a String
-