Package

hedgehog

sbt

Permalink

package sbt

Visibility
  1. Public
  2. All

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

    Permalink
  2. class Framework extends sbt.testing.Framework

    Permalink
  3. class MessageOnlyException extends Exception

    Permalink

    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

    Permalink
  5. class SlaveRunner extends Runner

    Permalink
  6. class Task extends sbt.testing.Task

    Permalink

Value Members

  1. object Event extends Serializable

    Permalink

Ungrouped