Class XMLJUnitReportWriter

    • Field Detail

      • UNKNOWN

        private static final java.lang.String UNKNOWN
        constant for unnnamed testsuites/cases
        See Also:
        Constant Field Values
      • doc

        private org.w3c.dom.Document doc
        The XML document.
      • rootElement

        private org.w3c.dom.Element rootElement
        The wrapper for the whole testsuite.
      • out

        private java.io.OutputStream out
        Where to write the log to.
      • filterTrace

        private boolean filterTrace
      • runCount

        private int runCount
      • failureCount

        private int failureCount
      • errorCount

        private int errorCount
      • startTime

        private long startTime
      • DEFAULT_TRACE_FILTERS

        private static final java.lang.String[] DEFAULT_TRACE_FILTERS
    • Constructor Detail

      • XMLJUnitReportWriter

        public XMLJUnitReportWriter()
        No arg constructor.
      • XMLJUnitReportWriter

        public XMLJUnitReportWriter​(boolean filter)