Class IsOrderedCollectionContaining<T>
java.lang.Object
org.hamcrest.BaseMatcher<List<? super T>>
org.eclipse.jetty.toolchain.test.matchers.IsOrderedCollectionContaining<T>
- Type Parameters:
T
- the type
- All Implemented Interfaces:
org.hamcrest.Matcher<List<? super T>>
,org.hamcrest.SelfDescribing
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
describeMismatch
(Object item, org.hamcrest.Description description) void
describeTo
(org.hamcrest.Description description) boolean
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Field Details
-
expectedList
-
failureReason
-
badEntries
-
actualFailureDescription
-
expectedFailureDescription
-
-
Constructor Details
-
IsOrderedCollectionContaining
- Parameters:
expectedList
- the expected list
-
-
Method Details