Trait extended by matcher objects, which may appear after the word be
, that can match a value of the specified type
The result of a Trait extended by matcher objects, which may appear after the word Boolean
property match operation, such as one performed by a
trait
BePropertyMatcher[-T] extends (T) ⇒ BePropertyMatchResult
be
, that can match against a Boolean
property
The result of a property match operation such as one performed by a
Trait extended by matcher objects, which may appear after the word
trait
HavePropertyMatcher[-T, P] extends (T) ⇒ HavePropertyMatchResult[P]
have
, that can match against a
property of the type specified by the HavePropertyMatcher
's second type parameter P
The result of a match operation, such as one performed by a
Trait extended by objects that can match a value of the specified type
trait
Matcher[-T] extends (T) ⇒ MatchResult
This trait is part of the ScalaTest matchers DSL
Trait that provides a domain specific language (DSL) for expressing assertions in tests
using the word must
Trait that provides a domain specific language (DSL) for expressing assertions in tests
using the word should
Companion object for the BePropertyMatchResult
case class
Companion object for the HavePropertyMatchResult
case class
Companion object for the MatchResult
case class
Companion object that facilitates the importing of MustMatchers
members as
an alternative to mixing it the trait
Companion object that facilitates the importing of ShouldMatchers
members as
an alternative to mixing it the trait