Falsified

final case
class Falsified(args: List[Arg]) extends AddArgs
class AddArgs
class HasResult
class Result
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def addArg(a: Arg): AddArgs
Definition Classes

Inherited methods

final
def failed: Boolean
Inherited from
Result
def isException: Boolean
Inherited from
Result
def isFalsified: Boolean
Inherited from
Result
def isIgnored: Boolean
Inherited from
Result
def isNoResult: Boolean
Inherited from
Result
def isProven: Boolean
Inherited from
Result
def isUnfalsified: Boolean
Inherited from
Result
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
Inherited from
HasResult
final
def toOption: Option[HasResult]
Inherited from
Result