tck.graphql.dynamic.core.DynamicTCK Maven / Gradle / Ivy
The newest version!
package tck.graphql.dynamic.core;
import org.junit.platform.suite.api.IncludeClassNamePatterns;
import org.junit.platform.suite.api.SelectPackages;
import org.junit.platform.suite.api.Suite;
@Suite
@SelectPackages("tck.graphql.dynamic.core")
@IncludeClassNamePatterns("^(Test.*|.+[.$]Test.*|.*Tests?|.*Behavior)$")
public abstract class DynamicTCK {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy