Home
last modified time | relevance | path

Searched refs:fullReporterConfigurations (Results 1 – 1 of 1) sorted by relevance

/dports/devel/scalatest/scalatest-1.6.1/src/main/scala/org/scalatest/tools/
H A DRunner.scala512 val fullReporterConfigurations: ReporterConfigurations = constant
538 fullReporterConfigurations.graphicReporterConfiguration match {
539 case None => fullReporterConfigurations
543 fullReporterConfigurations.fileReporterConfigurationList,
544 fullReporterConfigurations.xmlReporterConfigurationList,
545 fullReporterConfigurations.standardOutReporterConfiguration,
546 fullReporterConfigurations.standardErrReporterConfiguration,
547 fullReporterConfigurations.htmlReporterConfigurationList,
548 fullReporterConfigurations.customReporterConfigurationList
555 fullReporterConfigurations.graphicReporterConfiguration match {