Interface OutputNormalizer
- All Known Implementing Classes:
AsciidoctorAnnotationOutputNormalizer,FileSeparatorOutputNormalizer,GradleOutputNormalizer,JavaObjectSerializationOutputNormalizer,LeadingNewLineOutputNormalizer,StripTrailingOutputNormalizer,TrailingNewLineOutputNormalizer,WorkingDirectoryOutputNormalizer
public interface OutputNormalizer
-
Method Summary
Modifier and TypeMethodDescriptionnormalize(String commandOutput, ExecutionMetadata executionMetadata) Remove and update output that is unrelated the the sample output.
-
Method Details
-
normalize
Remove and update output that is unrelated the the sample output.- Parameters:
commandOutput- raw command outputexecutionMetadata- environment and execution information- Returns:
- normalized output as a String
-