Interface OutputNormalizer

All Known Implementing Classes:
AsciidoctorAnnotationOutputNormalizer, FileSeparatorOutputNormalizer, GradleOutputNormalizer, JavaObjectSerializationOutputNormalizer, LeadingNewLineOutputNormalizer, StripTrailingOutputNormalizer, TrailingNewLineOutputNormalizer, WorkingDirectoryOutputNormalizer

public interface OutputNormalizer
  • Method Summary

    Modifier and Type
    Method
    Description
    normalize(String commandOutput, ExecutionMetadata executionMetadata)
    Remove and update output that is unrelated the the sample output.
  • Method Details

    • normalize

      String normalize(String commandOutput, ExecutionMetadata executionMetadata)
      Remove and update output that is unrelated the the sample output.
      Parameters:
      commandOutput - raw command output
      executionMetadata - environment and execution information
      Returns:
      normalized output as a String