接口的使用
cn.taketoday.test.context.ContextCustomizerFactory
使用ContextCustomizerFactory的程序包
程序包
说明
Classes and annotations related to configuring Infra
ApplicationContext for
tests.Test support for
cn.taketoday.framework.context.TypeExcludeFilter.Support for testing JSON.
Mockito integration for tests.
Web client test utilities.
Infra support for testing server endpoints via
WebTestClient.Support classes for the TestContext Framework.
WebSocket support classes for the TestContext Framework.
-
cn.taketoday.framework.test.context中ContextCustomizerFactory的使用
修饰符和类型类说明(专用程序包) classContextCustomizerFactoryto allow@Importannotations to be used directly on test classes. -
cn.taketoday.framework.test.context.filter中ContextCustomizerFactory的使用
修饰符和类型类说明(专用程序包) class -
cn.taketoday.framework.test.json中ContextCustomizerFactory的使用
修饰符和类型类说明(专用程序包) classAContextCustomizerFactorythat produces aContextCustomizerthat warns the user when multiple occurrences ofJSONObjectare found on the class path. -
cn.taketoday.framework.test.mock.mockito中ContextCustomizerFactory的使用
-
cn.taketoday.framework.test.web.client中ContextCustomizerFactory的使用
修饰符和类型类说明(专用程序包) class -
cn.taketoday.framework.test.web.reactive.server中ContextCustomizerFactory的使用
-
cn.taketoday.test.context.support中ContextCustomizerFactory的使用
返回变量类型为ContextCustomizerFactory的类型的cn.taketoday.test.context.support中的方法修饰符和类型方法说明protected List<ContextCustomizerFactory>AbstractTestContextBootstrapper.getContextCustomizerFactories()Get theContextCustomizerFactoryinstances for this bootstrapper.private List<ContextCustomizerFactory>AbstractTestContextBootstrapper.getContextCustomizerFactories(Class<?> testClass) private List<ContextCustomizerFactory>AbstractTestContextBootstrapper.instantiateCustomizerFactories(Class<? extends ContextCustomizerFactory>... classes) -
cn.taketoday.test.context.web.socket中ContextCustomizerFactory的使用
修饰符和类型类说明(专用程序包) classContextCustomizerFactorywhich creates aMockServerContainerContextCustomizerif WebSocket support is present in the classpath and the test class is annotated with@WebAppConfiguration.