public interface SequenceMatcher<T>
| Modifier and Type | Method and Description |
|---|---|
List<Context> |
contextMatches(List<T> sequence,
Context initialContext) |
boolean |
matches(List<T> sequence) |
boolean |
matches(List<T> sequence,
Context initialContext) |
Copyright © 2022 org.pitest. All rights reserved.