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
-
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
-
Constructor Details
-
IsOrderedCollectionContaining
- Parameters:
expectedList- the expected list
-
-
Method Details