clairvoyance.scalatest

export

package export

Visibility
  1. Public
  2. All

Type Members

  1. trait ClairvoyanceHtmlPrinter extends AnyRef

  2. class ForwardingReporter extends ResourcefulReporter

  3. trait ScalaTestEvent extends AnyRef

  4. case class ScalaTestHtmlFormat(xml: NodeSeq = scala.xml.NodeSeq.Empty) extends HtmlFormat with Product with Serializable

  5. class ScalaTestHtmlReporter extends Reporter

  6. class ScalaTestHtmlReporterWithLocation extends ScalaTestHtmlReporter

    required by IDEA's ScalaTest runner only

  7. case class ScopeOpenedOrPending(nameInfo: NameInfo, formatter: Option[Formatter], resourceName: String) extends Product with Serializable

  8. class SingleClairvoyanceHtmlFileWriter extends ClairvoyanceHtmlFileWriter

  9. class SingleClairvoyanceHtmlPrinter extends ClairvoyanceHtmlPrinter

  10. case class SuiteResult(suiteId: String, suiteName: String, suiteClassName: Option[String], duration: Option[Long], eventList: IndexedSeq[Event], testsPassedCount: Int, testsFailedCount: Int, testsIgnoredCount: Int, testsPendingCount: Int, testsCancelledCount: Int, scopesPendingCount: Int, isCompleted: Boolean) extends Product with Serializable

  11. case class TestFailedOrCancelled(message: String, suiteClassName: String, suiteName: String, testName: String, testText: String, recordedEvents: IndexedSeq[RecordableEvent], throwable: Option[Throwable], duration: Option[Long], failed: Boolean) extends ScalaTestEvent with Product with Serializable

  12. case class TestPendingOrIgnored(suiteClassName: String, testName: String, testText: String, recordedEvents: IndexedSeq[RecordableEvent], pending: Boolean) extends ScalaTestEvent with Product with Serializable

Value Members

  1. object ResultExtractor

  2. object ScopeOpenedOrPending extends Serializable

  3. object TestFailedOrCancelled extends Serializable

  4. object TestPendingOrIgnored extends Serializable

Ungrouped