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

smallcheck.JUnitQuickcheckTestClass Maven / Gradle / Ivy

The newest version!
package smallcheck;

import org.junit.runners.model.TestClass;

/**
 *
 */
public class JUnitQuickcheckTestClass extends TestClass {
    public JUnitQuickcheckTestClass(Class testClass) {
        super(testClass);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy