Package org.eclipse.tycho.test.util
Class TychoMatchers
java.lang.Object
org.eclipse.tycho.test.util.TychoMatchers
Additional
Matchers for assertions in Tycho's tests.- See Also:
-
CoreMatchers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> org.hamcrest.Matcher<List<T>>hasSequence(T... sequence) Creates a matcher matching any list that contains the given sequence of elements.
-
Constructor Details
-
TychoMatchers
public TychoMatchers()
-
-
Method Details
-
hasSequence
Creates a matcher matching any list that contains the given sequence of elements.- See Also:
-
CoreMatchers.hasItem(Matcher)
-