This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be defined ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be writable ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be empty ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be readable ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be sorted ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be definedAt (8)
^
This method enables the following syntax for the "primitive" numeric types:
This method enables the following syntax for the "primitive" numeric types:
aMatcher or not be (17.0 +- 0.2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be theSameInstanceAs (string) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be an [Book]
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be a [Book]
^
This method enables the following syntax, where invalidMarks
is an AnMatcher
:
This method enables the following syntax, where invalidMarks
is an AnMatcher
:
aMatcher and not be an (invalidMarks) ^
This method enables the following syntax, where apple
is a BePropertyMatcher
:
This method enables the following syntax, where apple
is a BePropertyMatcher
:
aMatcher or not be an (apple) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be an ('apple)
^
This method enables the following syntax, where file
is a BePropertyMatcher
:
This method enables the following syntax, where file
is a BePropertyMatcher
:
aMatcher or not be a (file) ^
This method enables the following syntax, where validMarks
is an AMatcher
:
This method enables the following syntax, where validMarks
is an AMatcher
:
aMatcher or not be a (validMarks) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be a ('file)
^
This method enables the following syntax, where file
is a BePropertyMatcher
:
This method enables the following syntax, where file
is a BePropertyMatcher
:
aMatcher or not be (file) ^
This method enables the following syntax, where odd
is a BeMatcher
:
This method enables the following syntax, where odd
is a BeMatcher
:
aMatcher or not be (odd) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be ('empty)
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be === (8)
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be >= (6)
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be <= (2)
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be > (6)
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be < (8)
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be (null)
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not be (2)
^
This method enables the following syntax given a Matcher
:
This method enables the following syntax given a Matcher
:
aMatcher or not contain value (3)
^
This method enables the following syntax given a Matcher
:
This method enables the following syntax given a Matcher
:
aMatcher or not contain key ("three")
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher not contain atMostOneElementOf (List(8, 1, 2)) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher not contain atMostOneOf (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain inOrderElementsOf (List(8, 1, 2)) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain inOrder (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain allElementsOf List(8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain allOf (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain only (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain inOrderOnly (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain theSameElementsInOrderAs (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain theSameElementsAs (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain noElementsOf (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain noneOf (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain atLeastOneElementOf (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain atLeastOneOf (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain oneElementOf (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain oneOf (8, 1, 2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not contain (3)
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not endWith ("1.7")
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not endWith regex (decimal) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not equal (null)
^
This method enables the following syntax for the "primitive" numeric types:
This method enables the following syntax for the "primitive" numeric types:
aMatcher or not equal (17.0 +- 0.2) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not equal (2)
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not fullyMatch regex (decimal) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not have (author ("Melville"))
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not have message ("Message from Mars!")
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not have size (3)
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not have length (3)
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not include ("1.7")
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not include regex (decimal) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not matchPattern { case Person("Bob", _) =>} ^
Get the Matcher
instance, currently used by macro only.
Get the Matcher
instance, currently used by macro only.
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not startWith ("1.7")
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or not startWith regex (decimal) ^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchers
for an overview of the matchers DSL.