接口的使用
cn.taketoday.test.context.TestContextBootstrapper
使用TestContextBootstrapper的程序包
程序包
说明
Classes and annotations related to configuring Infra
ApplicationContext for
tests.This package contains the TestContext Framework which
provides annotation-driven unit and integration testing support that is
agnostic of the actual testing framework in use.
Support classes for the TestContext Framework.
Web support classes for the TestContext Framework.
-
cn.taketoday.framework.test.context中TestContextBootstrapper的使用
-
cn.taketoday.test.context中TestContextBootstrapper的使用
修饰符和类型方法说明(专用程序包) static TestContextBootstrapperBootstrapUtils.resolveTestContextBootstrapper(BootstrapContext bootstrapContext) Resolve theTestContextBootstrappertype for the test class in the suppliedBootstrapContext, instantiate it, and provide it a reference to theBootstrapContext.static TestContextBootstrapperBootstrapUtils.resolveTestContextBootstrapper(Class<?> testClass) Resolve theTestContextBootstrappertype for the supplied test class using the defaultBootstrapContext, instantiate the bootstrapper, and provide it a reference to theBootstrapContext.返回变量类型为TestContextBootstrapper的类型的cn.taketoday.test.context中的方法修饰符和类型方法说明(专用程序包) static Class<TestContextBootstrapper>BootstrapUtils.resolveDefaultTestContextBootstrapper(Class<?> testClass) (专用程序包) static Class<? extends TestContextBootstrapper>BootstrapUtils.resolveExplicitTestContextBootstrapper(Class<?> testClass) 限定符构造器说明TestContextManager(TestContextBootstrapper testContextBootstrapper) Construct a newTestContextManagerusing the suppliedTestContextBootstrapperand register the necessaryTestExecutionListeners. -
cn.taketoday.test.context.support中TestContextBootstrapper的使用
修饰符和类型类说明classAbstract implementation of theTestContextBootstrapperinterface which provides most of the behavior required by a bootstrapper.classDefault implementation of theTestContextBootstrapperSPI. -
cn.taketoday.test.context.web中TestContextBootstrapper的使用