Package org.pitest.sequence
Interface SequenceMatcher<T>
-
public interface SequenceMatcher<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Context>contextMatches(List<T> sequence, Context initialContext)booleanmatches(List<T> sequence)booleanmatches(List<T> sequence, Context initialContext)
-