p

delight

package delight

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait CollectedEventsReporter extends Reporter
  2. final case class Line(value: String) extends Output with LineType with Product with Serializable
  3. sealed trait LineType extends Product with Serializable
  4. final class LittleRed extends CollectedEventsReporter
  5. final case class MultiLine(value1: LineType, value2: LineType, values: LineType*) extends Output with Product with Serializable
  6. final class Nature extends CollectedEventsReporter
  7. sealed trait Output extends Product with Serializable
  8. final case class RecordedEvent(runId: RunId, suiteName: String, suiteId: String, suiteClassName: String, testName: String, testText: String, location: Option[Location], payload: Option[Any] = None, timeStamp: Long, status: TestStatus, throwable: Option[Throwable]) extends Product with Serializable
    Annotations
    @SuppressWarnings()
  9. final case class RunId(value: Int) extends Product with Serializable
  10. sealed trait TestStatus extends AnyRef

Value Members

  1. object Colours
  2. object Failed extends TestStatus with Product with Serializable
  3. object NoOutput extends Output with Product with Serializable
  4. object Output extends Serializable
  5. object Passed extends TestStatus with Product with Serializable
  6. object StackTraceFunctions

Ungrouped