Package jtdog.dynamic

Class TestDependencyDetector


  • public class TestDependencyDetector
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.HashSet<java.lang.String> getTestDependencies()  
      void run​(java.net.URLClassLoader memoryClassLoader, boolean isJUnit5)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestDependencyDetector

        public TestDependencyDetector()
    • Method Detail

      • getTestDependencies

        public java.util.HashSet<java.lang.String> getTestDependencies()
      • run

        public void run​(java.net.URLClassLoader memoryClassLoader,
                        boolean isJUnit5)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception