This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain allElementsOf List(1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain allOf (1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain (3 - 1) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain atLeastOneElementOf (1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain atLeastOneOf (1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain atMostOneOf List(1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain atMostOneOf (1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain inOrder (1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain inOrderElementsOf List(1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain inOrderOnly (1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain key ("one")
^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain noElementsOf (1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain noneOf (1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain oneElementOf (1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain oneOf (1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain only (1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain theSameElementsAs List(1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain theSameElementsInOrderAs List(1, 2, 3) ^
This method enables the following syntax:
This method enables the following syntax:
aMatcher or contain value (1)
^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchers
for an overview of the matchers DSL.