PropOps

org.specs2.form.PropSyntax.PropOps
implicit class PropOps[T](p: Prop[T, T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def checkWith[R : AsResult](f: T => R): Prop[T, T]

check the actual value with a function

check the actual value with a function

Attributes

def must(m: Matcher[T]): Prop[T, T]

check the actual value with a matcher

check the actual value with a matcher

Attributes