Packages

package sbt

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Event(fullyQualifiedName: String, fingerprint: Fingerprint, selector: Selector, status: Status, throwableO: Option[Throwable], duration: Long) extends sbt.testing.Event with Product with Serializable
  2. class Framework extends sbt.testing.Framework
  3. class MessageOnlyException extends Exception

    This exception ignores printStackTrace with the given PrintStream or PrintWriter argument in order to avoid printing noisy and meaningless stacktrace which is done in writing a JUnit test report XML file.

    This exception ignores printStackTrace with the given PrintStream or PrintWriter argument in order to avoid printing noisy and meaningless stacktrace which is done in writing a JUnit test report XML file.

    Reference: - https://github.com/hedgehogqa/scala-hedgehog/pull/93#issuecomment-512032204 - https://github.com/sbt/sbt/blob/d4df289f2d6a0b8f6582346f331cd44408112c95/testing/src/main/scala/sbt/JUnitXmlTestsListener.scala#L128

  4. class Runner extends sbt.testing.Runner
  5. class SlaveRunner extends Runner
  6. class Task extends sbt.testing.Task

Value Members

  1. object Event extends Serializable

Ungrouped