Packages

  • package root
    Definition Classes
    root
  • package org
    Definition Classes
    root
  • package scalatest

    ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter.

    ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter.

    Definition Classes
    org
  • package prop
    Definition Classes
    scalatest
  • trait Configuration extends AnyRef

    Trait providing methods and classes used to configure property checks provided by the the forAll methods of trait GeneratorDrivenPropertyChecks (for ScalaTest-style property checks) and the check methods of trait Checkers (for ScalaCheck-style property checks).

    Trait providing methods and classes used to configure property checks provided by the the forAll methods of trait GeneratorDrivenPropertyChecks (for ScalaTest-style property checks) and the check methods of trait Checkers (for ScalaCheck-style property checks).

    Definition Classes
    prop
  • MaxDiscardedFactor
  • MinSize
  • MinSuccessful
  • PropertyCheckConfigParam
  • PropertyCheckConfiguration
  • SizeRange
  • Workers

case class MinSuccessful(value: PosInt) extends PropertyCheckConfigParam with Product with Serializable

A PropertyCheckConfigParam that specifies the minimum number of successful property evaluations required for the property to pass.

Once this many evaluations have passed, the property will return PropertyCheckResult.Success.

Source
Configuration.scala
Linear Supertypes
PropertyCheckConfigParam, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MinSuccessful
  2. PropertyCheckConfigParam
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MinSuccessful(value: PosInt)

Value Members

  1. def productElementNames: Iterator[String]
    Definition Classes
    Product
  2. val value: PosInt