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

junit.runner.TestCollector Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version
package junit.runner;

import java.util.*;


/**
 * Collects Test class names to be presented
 * by the TestSelector. 
 * @see TestSelector
 */
public interface TestCollector {
	/**
	 * Returns an enumeration of Strings with qualified class names
	 */
	public Enumeration collectTests();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy