test.codeages.framework.TestSuites Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-framework Show documentation
Show all versions of test-framework Show documentation
Test Framework for Spring Boot
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