Uses of Class
io.quarkus.test.component.MockBeanConfiguratorImpl
-
Uses of MockBeanConfiguratorImpl in io.quarkus.test.component
Fields in io.quarkus.test.component with type parameters of type MockBeanConfiguratorImplModifier and TypeFieldDescription(package private) final List<MockBeanConfiguratorImpl<?>>QuarkusComponentTestConfiguration.mockConfiguratorsMethods in io.quarkus.test.component with parameters of type MockBeanConfiguratorImplModifier and TypeMethodDescription(package private) voidQuarkusComponentTestExtensionBuilder.registerMockBean(MockBeanConfiguratorImpl<?> mock) Constructor parameters in io.quarkus.test.component with type arguments of type MockBeanConfiguratorImplModifierConstructorDescription(package private)QuarkusComponentTestConfiguration(Map<String, String> configProperties, Set<Class<?>> componentClasses, List<MockBeanConfiguratorImpl<?>> mockConfigurators, boolean useDefaultConfigProperties, boolean addNestedClassesAsComponents, int configSourceOrdinal, List<AnnotationsTransformer> annotationsTransformers, List<org.eclipse.microprofile.config.spi.Converter<?>> configConverters, Consumer<io.smallrye.config.SmallRyeConfigBuilder> configBuilderCustomizer)