Class SelectorUtils

java.lang.Object
io.github.imagineDevit.GWTUnit.utils.SelectorUtils

public class SelectorUtils extends Object
  • 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)