Class SelectorUtils
java.lang.Object
io.github.imagineDevit.GWTUnit.utils.SelectorUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendTestInClass(Class<?> testClass, org.junit.platform.engine.support.descriptor.EngineDescriptor root) static voidappendTestInMethod(Method method, org.junit.platform.engine.support.descriptor.EngineDescriptor root) static voidappendTestInPackage(String packageName, org.junit.platform.engine.support.descriptor.EngineDescriptor root) static voidappendTestInRoot(org.junit.platform.engine.discovery.ClasspathRootSelector selector, org.junit.platform.engine.support.descriptor.EngineDescriptor root)
-
Constructor Details
-
SelectorUtils
public SelectorUtils()
-
-
Method Details
-
appendTestInRoot
public static void appendTestInRoot(org.junit.platform.engine.discovery.ClasspathRootSelector selector, org.junit.platform.engine.support.descriptor.EngineDescriptor root) -
appendTestInPackage
public static void appendTestInPackage(String packageName, org.junit.platform.engine.support.descriptor.EngineDescriptor root) -
appendTestInClass
public static void appendTestInClass(Class<?> testClass, org.junit.platform.engine.support.descriptor.EngineDescriptor root) -
appendTestInMethod
public static void appendTestInMethod(Method method, org.junit.platform.engine.support.descriptor.EngineDescriptor root)
-