All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pitest.sequence.SequenceMatcher Maven / Gradle / Ivy

package org.pitest.sequence;

import java.util.List;

public interface SequenceMatcher {

  boolean matches(List sequence);

  boolean matches(List sequence, Context initialContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy