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

org.specs2.runner.JUnitXmlRunner.scala Maven / Gradle / Ivy

There is a newer version: 3.7
Show newest version
package org.specs2
package runner

import reporter._

/**
 * This runner uses a JUnitXmlReporter, creating junit xml files
 *
 * @see specs2.run
 * @see org.specs2.main.Arguments for other command line options
 */
class JUnitXmlRunner extends ClassRunner {
  override lazy val reporter: Reporter = new JUnitXmlReporter {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy