Overrides to return pretty toString.
Overrides to return pretty toString.
"ResultOfCollectedAny([collected], [xs])"
This method enables syntax such as the following:
This method enables syntax such as the following:
all(string) will fullyMatch regex ("""(-)?(\d+)(\.\d*)?""")
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(string) will include regex ("wo.ld")
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(string) will endWith regex ("wo.ld")
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(string) will startWith regex ("Hel*o")
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) will not (exist)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) will exist
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all (xs) will contain oneOf (1, 2, 3)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all (xs) will === (100 +- 1)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all (xs) will === (b)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all (results) will have length (3)
^
all (results) will have size (3)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) will not equal (3)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) will be theSameInstanceAs anotherObject
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) will (equal (expected) and have length 12)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) will equal (3)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) will be (3)
^
This method enables the following syntax, where excellentRead refers to a BePropertyMatcher[Book]:
This method enables the following syntax, where excellentRead refers to a BePropertyMatcher[Book]:
all(xs) willBe an (excellentRead)
^
This method enables the following syntax, where goodRead refers to a BePropertyMatcher[Book]:
This method enables the following syntax, where goodRead refers to a BePropertyMatcher[Book]:
all(xs) willBe a (goodRead)
^
This method enables the following syntax, where excellentRead refers to a BePropertyMatcher[Book]:
This method enables the following syntax, where excellentRead refers to a BePropertyMatcher[Book]:
all(xs) willBe excellentRead
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willBe null
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willBe an ('empty)
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willBe a ('empty)
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willBe 'empty
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) willBe theSameInstanceAs (anotherObject)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) willBe 7.1 +- 0.2
^
This method enables the following syntax, where odd refers to a BeMatcher[Int]:
This method enables the following syntax, where odd refers to a BeMatcher[Int]:
testing
all(xs) willBe odd
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(8, 9, 10) willBe >= (7)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(8, 9, 10) willBe > (7)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(4, 5, 6) willBe <= (7)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(4, 5, 6) willBe < (7)
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all (xs) willBe 7
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willBe an [Type]
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willBe a [Type]
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willBe defined
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willBe empty
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willBe writable
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willBe readable
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willBe sorted
^
This method enables syntax such as the following:
This method enables syntax such as the following:
result willEqual null
^
This method enables syntax such as the following:
This method enables syntax such as the following:
result willEqual 7.1 +- 0.2
^doCollected
This method enables syntax such as the following:
This method enables syntax such as the following:
all (xs) willEqual 7
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(string) willNot include regex ("wo.ld")
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(string) willNot endWith regex ("wo.ld")
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(string) willNot startWith regex ("Hel*o")
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(string) willNot fullyMatch regex ("""(-)?(\d+)(\.\d*)?""")
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) willNot exist
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all (xs) willNot contain (oneOf (1, 2, 3))
^
This method enables the following syntax:
This method enables the following syntax:
all(xs) willNot be theSameInstanceAs anotherInstance
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) willNot (equal (3))
^
This method enables syntax such as the following:
This method enables syntax such as the following:
all(xs) willNot (be (3))
^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
InspectorsMatchersfor an overview of the matchers DSL.