Package

org.specs2

matcher

Permalink

package matcher

Visibility
  1. Public
  2. All

Type Members

  1. trait ApplicableArbitraries extends AnyRef

    Permalink

    This trait enables some syntactic sugar when it is necessary to pass several arbitrary instances

  2. trait CheckProperty extends AnyRef

    Permalink
  3. trait FunctionPropertyImplicits extends AnyRef

    Permalink

    This trait adds some syntactic sugar to transform function to properties by appending forAll

  4. trait OneExpectationPerProp extends ScalaCheckMatchers

    Permalink

    This trait can be mixed in a Specification to avoid counting the number of times that a property was executed as the number of expectations.

    This trait can be mixed in a Specification to avoid counting the number of times that a property was executed as the number of expectations. With this trait we just count 1 for each result

  5. case class Parameters(minTestsOk: Int = ..., minSize: Int = Test.Parameters.default.minSize, maxDiscardRatio: Float = ..., maxSize: Int = Test.Parameters.default.maxSize, workers: Int = Test.Parameters.default.workers, rng: Random = Test.Parameters.default.rng, callback: TestCallback = ..., loader: Option[ClassLoader] = ..., verbose: Boolean = false, collect: Boolean = false, prettyCollected: Prettier[FreqMap[Set[Any]]] = Prettier.defaultPrettierMap, output: Output = Output.NoOutput) extends Product with Serializable

    Permalink

    This class is the base class for the display and set case classes.
    It contains a Map of generation parameters and indicates if the generation must be verbose.

  6. trait PartialFunctionPropertyImplicits extends AnyRef

    Permalink

    This trait adds some syntactic sugar to transform partial functions to properties by appending forAll

  7. trait Prettier[T] extends AnyRef

    Permalink

    Type-class for objects having a Pretty instance

  8. trait PropertiesCreation extends AnyRef

    Permalink

    Properties creation

  9. trait ResultPropertyImplicits extends AnyRef

    Permalink
  10. trait ScalaCheckMatchers extends ConsoleOutput with ScalaCheckParameters with PropertiesCreation with CheckProperty with FunctionPropertyImplicits with ResultPropertyImplicits with ResultLogicalCombinators with ApplicableArbitraries with Expectations

    Permalink

    The ScalaCheckMatchers trait provides matchers which allow to assess properties multiple times with generated data.

    The ScalaCheckMatchers trait provides matchers which allow to assess properties multiple times with generated data.

    See also

    the ScalaCheck project

  11. trait ScalaCheckParameters extends AnyRef

    Permalink

    This trait provides generation parameters to use with the ScalaCheckMatchers

Ungrouped