cucumber.runtime.ClassFinder Maven / Gradle / Ivy
package cucumber.runtime;
import java.util.Collection;
public interface ClassFinder {
Collection> getDescendants(Class parentType, String packageName);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy