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 TypeMethodDescriptionvoiddescribeMismatch(Object item, org.hamcrest.Description description) voiddescribeTo(org.hamcrest.Description description) booleanMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Field Details
-
expectedList
-
failureReason
-
badEntries
-
actualFailureDescription
-
expectedFailureDescription
-
-
Constructor Details
-
IsOrderedCollectionContaining
-
-
Method Details
-
matches
-
describeTo
public void describeTo(org.hamcrest.Description description) -
describeMismatch
-