Uses of Class
io.quarkus.test.component.QuarkusComponentTestExtensionBuilder
-
Uses of QuarkusComponentTestExtensionBuilder in io.quarkus.test.component
Fields in io.quarkus.test.component declared as QuarkusComponentTestExtensionBuilderModifier and TypeFieldDescription(package private) final QuarkusComponentTestExtensionBuilderMockBeanConfiguratorImpl.builderMethods in io.quarkus.test.component that return QuarkusComponentTestExtensionBuilderModifier and TypeMethodDescriptionQuarkusComponentTestExtensionBuilder.addAnnotationsTransformer(AnnotationsTransformer transformer) Add an additionalAnnotationsTransformer.QuarkusComponentTestExtensionBuilder.addComponentClasses(Class<?>... componentClasses) The initial set of components under test is derived from the test class.QuarkusComponentTestExtension.builder()QuarkusComponentTestExtensionBuilder.configProperty(String key, String value) Set a configuration property for the test.Set the function used to create a new bean instance and register this configurator.MockBeanConfigurator.createMockitoMock()A Mockito mock object created from the bean class is used as a bean instance.MockBeanConfigurator.createMockitoMock(Consumer<T> mockInitializer) A Mockito mock object created from the bean class is used as a bean instance.MockBeanConfiguratorImpl.createMockitoMock()MockBeanConfiguratorImpl.createMockitoMock(Consumer<T> mockInitializer) QuarkusComponentTestExtensionBuilder.ignoreNestedClasses()Ignore the static nested classes declared on the test class.MockBeanConfiguratorImpl.register()QuarkusComponentTestExtensionBuilder.setConfigSourceOrdinal(int val) Set the ordinal of the config source used for all test config properties.QuarkusComponentTestExtensionBuilder.useDefaultConfigProperties()Use the default values for missing config properties.Constructors in io.quarkus.test.component with parameters of type QuarkusComponentTestExtensionBuilderModifierConstructorDescriptionMockBeanConfiguratorImpl(QuarkusComponentTestExtensionBuilder builder, Class<?> beanClass)