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

test.codeages.framework.TestSuites Maven / Gradle / Ivy

There is a newer version: 1.0.7-RELEASE
Show newest version
package test.codeages.framework;

import com.googlecode.junittoolbox.SuiteClasses;
import com.googlecode.junittoolbox.WildcardPatternSuite;
import org.junit.runner.RunWith;

@RunWith(WildcardPatternSuite.class)
@SuiteClasses({"**/*Test.class", "!**/test.codeages.framework.BaseTest.class"})
public class TestSuites {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy