ValueChecksLowImplicits

org.specs2.matcher.ValueChecksLowImplicits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Matchers1
trait ValueChecks
trait Matchers
object Matchers.type
trait MustMatchers
object MustMatchers.type
object MustThrownMatchers.type
object ShouldMatchers.type
object ShouldThrownMatchers.type
object OperationMatchers.type
object OptionMatchers.type
object ValueCheck.type
object ValueChecks.type
Show all

Members list

Implicits

Implicits

implicit def functionIsValueCheck[T, R : AsResult](f: T => R): ValueCheck[T]

a function returning an object having an AsResult instance can check a value

a function returning an object having an AsResult instance can check a value

Attributes