Ensures that the collection contains an element.
the element
this
Ensures that the collection contains an element.
the element
the name of the element
this
Ensures that the collection contains all the elements in expected
.
this
Ensures that the collection contains all the elements in expected
.
the desired elements
this
Ensures that the collection contains all the elements in expected
.
this
Ensures that the collection contains all the elements in expected
.
the desired elements
the name of the expected collection
this
Ensures that the collection contains any elements in expected
.
this
Ensures that the collection contains any elements in expected
.
the desired elements
this
Ensures that the collection contains at least one element in expected
.
this
Ensures that the collection contains at least one element in expected
.
the desired elements
the name of the expected collection
this
Ensures that the collection consists of the same elements as expected
, irrespective of their
order.
In contrast, isEqualTo() requires the same element ordering.
this
Ensures that the collection consists of the same elements as expected
, irrespective of
their order.
In contrast, isEqualTo() requires the same element ordering.
the desired elements
this
Ensures that the collection consists of the same elements as expected
, irrespective of their
order.
In contrast, isEqualTo() requires the same element ordering.
this
Ensures that the collection consists of the same elements as expected
, irrespective of
their order.
In contrast, isEqualTo() requires the same element ordering.
the desired elements
the name of the expected collection
this
Ensures that the collection does not contain unwanted
.
the unwanted element
this
Ensures that the collection does not contain unwanted
.
the unwanted element
the name of the element
this
Allows the collection to contain some, but not all, elements from a collection.
this
Allows the collection to contain some, but not all, elements from a collection.
the unwanted elements
this
Allows the collection to contain some, but not all, elements from a collection.
this
Allows the collection to contain some, but not all, elements from a collection.
the unwanted elements
the name of the unwanted collection
this
Ensures that the collection does not contain any of the elements in unwanted
.
this
Ensures that the collection does not contain any of the elements in unwanted
.
the unwanted elements
this
Ensures that the collection does not contain any of the elements in unwanted
.
this
Ensures that the collection does not contain any of the elements in unwanted
.
the unwanted elements
the name of the unwanted collection
this
Ensures that the collection and unwanted
consist of different elements, irrespective of their
order.
this
Ensures that the collection and unwanted
consist of different elements, irrespective of their
order.
the unwanted elements
this
Ensures that the collection and unwanted
consist of different elements, irrespective of
their order.
this
Ensures that the collection and unwanted
consist of different elements, irrespective of their
order.
the unwanted elements
the name of the unwanted collection
this
Returns a validator for the collection's size.
a validator for the collection's size
Methods that all collection validators must contain.