类 UnitTestLauncher

    • 方法详细资料

      • start

        public static void start()
      • stop

        public static void stop()
      • isStarted

        public static boolean isStarted()
      • getTestBizClassLoader

        public static ClassLoader getTestBizClassLoader()
      • findAppMainMethod

        protected String findAppMainMethod()
        main method is null means there is no need to start biz, just start the Cabin Container
        覆盖:
        findAppMainMethod 在类中 io.esastack.cabin.support.boot.launcher.AbstractLauncher