PropertyCheckResult

sealed trait PropertyCheckResult

Describes the outcome of a Property Check operation such as 'forAll()'.

This will always be one of three subtypes: org.scalatest.prop.PropertyCheckResult.Success, org.scalatest.prop.PropertyCheckResult.Exhausted, or org.scalatest.prop.PropertyCheckResult.Failure. See those subclasses for details on what each one means.

Companion:
object
class Object
trait Matchable
class Any
class Exhausted
class Failure
class Success