Class ANSIConsoleOutput

  • All Implemented Interfaces:
    StoryReporter

    public class ANSIConsoleOutput
    extends ConsoleOutput

    Story reporter that outputs as ANSI-coded text to System.out. Uses SGRCodes to decorate ConsoleOutput format patterns.

    • Constructor Detail

      • ANSIConsoleOutput

        public ANSIConsoleOutput()
      • ANSIConsoleOutput

        public ANSIConsoleOutput​(Keywords keywords)
      • ANSIConsoleOutput

        public ANSIConsoleOutput​(Properties outputPatterns,
                                 Keywords keywords,
                                 boolean reportFailureTrace)