Class TychoMatchers

java.lang.Object
org.eclipse.tycho.test.util.TychoMatchers

public class TychoMatchers extends Object
Additional Matchers for assertions in Tycho's tests.
See Also:
  • CoreMatchers
  • Constructor Details

    • TychoMatchers

      public TychoMatchers()
  • Method Details

    • hasSequence

      public static <T> org.hamcrest.Matcher<List<T>> hasSequence(T... sequence)
      Creates a matcher matching any list that contains the given sequence of elements.
      See Also:
      • CoreMatchers.hasItem(Matcher)