Class PlainTextReporter


  • public class PlainTextReporter
    extends PlainTextWriter
    Generates a plain text report to a PrintStream.
    • Constructor Detail

      • PlainTextReporter

        public PlainTextReporter()
      • PlainTextReporter

        public PlainTextReporter​(ConfigValue colorConfig)
      • PlainTextReporter

        public PlainTextReporter​(java.io.PrintWriter printWriter,
                                 ConfigValue colorConfig)
    • Method Detail

      • toString

        public static java.lang.String toString​(ScenarioModel scenarioModel)
                                         throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • toString

        public static java.lang.String toString​(ReportModel model)
                                         throws java.io.UnsupportedEncodingException
        Throws:
        java.io.UnsupportedEncodingException
      • flush

        public void flush()