Package

scalaprops

Permalink

package scalaprops

Visibility
  1. Public
  2. All

Type Members

  1. final case class Arguments(only: List[String], showDuration: Int, param: ParamOpt) extends Product with Serializable

    Permalink
  2. sealed abstract class CheckResultError extends Product with Serializable

    Permalink
  3. final case class ParamOpt(seed: Option[Seed], minSuccessful: Option[Int], maxDiscarded: Option[Int], minSize: Option[Int], maxSize: Option[Int], timeoutSeconds: Option[Int]) extends Product with Serializable

    Permalink
  4. trait Scalaprops extends AnyRef

    Permalink
  5. final case class ScalapropsEvent(fullyQualifiedName: String, fingerprint: Fingerprint, selector: Selector, status: Status, throwable: OptionalThrowable, duration: Long, result: CheckResultError) extends Event with Product with Serializable

    Permalink
  6. class ScalapropsFramework extends Framework

    Permalink
  7. abstract class ScalapropsListener extends AnyRef

    Permalink
  8. final class ScalapropsRunner extends Runner

    Permalink
  9. final class ScalapropsTaskImpl extends Task

    Permalink
  10. abstract class TestExecutor extends AnyRef

    Permalink

Value Members

  1. object Arguments extends Serializable

    Permalink
  2. object CheckResultError extends Serializable

    Permalink
  3. object Scalaprops

    Permalink
  4. object ScalapropsListener

    Permalink
  5. object ScalapropsRunner

    Permalink
  6. object ScalapropsTaskImpl

    Permalink
  7. object TestExecutorImpl

    Permalink
  8. package internal

    Permalink

Ungrouped