hedgehog.sbt

package hedgehog.sbt

Type members

Classlikes

case class Event(fullyQualifiedName: String, fingerprint: Fingerprint, selector: Selector, status: Status, throwableO: Option[Throwable], duration: Long) extends Event
Companion
object
object Event
Companion
class
class Framework extends Framework
class MessageOnlyException(message: String) 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:

class Runner(val args: Array[String], val remoteArgs: Array[String], testClassLoader: ClassLoader) extends Runner
class SlaveRunner(args: Array[String], remoteArgs: Array[String], testClassLoader: ClassLoader, send: String => Unit) extends Runner
class Task(val taskDef: TaskDef, fingerprint: SubclassFingerprint, testClassLoader: ClassLoader) extends Task