All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.specs2.reporter.JUnitXmlReporter.scala Maven / Gradle / Ivy

There is a newer version: 4.10.6
Show newest version
package org.specs2
package reporter

import io.ConsoleOutput

/**
 * This trait execute specifications and exports them as JUnit xml files in the target/test-reports directory (by default).
 */
trait JUnitXmlReporter extends DefaultReporter
  with JUnitXmlExporting
  with ConsoleOutput




© 2015 - 2024 Weber Informatics LLC | Privacy Policy