类 UnitTestLauncher
- java.lang.Object
-
- io.esastack.cabin.support.boot.launcher.AbstractLauncher
-
- io.esastack.cabin.support.bootstrap.CabinClasspathLauncher
-
- io.esastack.cabin.support.test.common.UnitTestLauncher
-
public class UnitTestLauncher extends CabinClasspathLauncher
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 protected StringfindAppMainMethod()main method is null means there is no need to start biz, just start the Cabin Containerstatic ClassLoadergetTestBizClassLoader()static booleanisStarted()static voidstart()static voidstop()-
从类继承的方法 io.esastack.cabin.support.bootstrap.CabinClasspathLauncher
createCabinContainer, findAppMainClass, findContainerArchive, lazyLoadExportClass
-
-
-
-
方法详细资料
-
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
-
-