Class ConsoleOutputReporter

java.lang.Object
org.apache.maven.surefire.extensions.ConsoleOutputReporter
Direct Known Subclasses:
SurefireConsoleOutputReporter

public abstract class ConsoleOutputReporter extends Object
Extension for logger. The signature can be changed between major, minor versions or milestones.
Since:
3.0.0-M4
  • Field Details

    • disable

      private boolean disable
      false by default
    • encoding

      private String encoding
      The content is encoded UTF-8 by default.
  • Constructor Details

    • ConsoleOutputReporter

      public ConsoleOutputReporter()
  • Method Details