QuarkusComponentTestExtension |
QuarkusComponentTestExtension.addAnnotationsTransformer(AnnotationsTransformer transformer) |
|
QuarkusComponentTestExtension |
QuarkusComponentTestExtension.configProperty(String key,
String value) |
Set a configuration property for the test.
|
QuarkusComponentTestExtension |
MockBeanConfigurator.create(Function<io.quarkus.arc.SyntheticCreationalContext<T>,T> create) |
Set the function used to create a new bean instance and register this configurator.
|
QuarkusComponentTestExtension |
MockBeanConfiguratorImpl.create(Function<io.quarkus.arc.SyntheticCreationalContext<T>,T> create) |
|
QuarkusComponentTestExtension |
MockBeanConfigurator.createMockitoMock() |
A Mockito mock object created from the bean class is used as a bean instance.
|
QuarkusComponentTestExtension |
MockBeanConfigurator.createMockitoMock(Consumer<T> mockInitializer) |
A Mockito mock object created from the bean class is used as a bean instance.
|
QuarkusComponentTestExtension |
MockBeanConfiguratorImpl.createMockitoMock() |
|
QuarkusComponentTestExtension |
MockBeanConfiguratorImpl.createMockitoMock(Consumer<T> mockInitializer) |
|
QuarkusComponentTestExtension |
QuarkusComponentTestExtension.ignoreNestedClasses() |
Ignore the static nested classes declared on the test class.
|
QuarkusComponentTestExtension |
MockBeanConfiguratorImpl.register() |
|
QuarkusComponentTestExtension |
QuarkusComponentTestExtension.setConfigSourceOrdinal(int val) |
Set the ordinal of the config source used for all test config properties.
|
QuarkusComponentTestExtension |
QuarkusComponentTestExtension.useDefaultConfigProperties() |
Use the default values for missing config properties.
|