org.junit.extensions.cpsuite.ClassesFinder Maven / Gradle / Ivy
/*
* @author Johannes Link ([email protected])
*
* Published under Apache License, Version 2.0 (http://apache.org/licenses/LICENSE-2.0)
*/
package org.junit.extensions.cpsuite;
import java.util.List;
public interface ClassesFinder {
List> find();
}