Index

A B C D G I M P R S T U 
All Classes and Interfaces|All Packages|Serialized Form

A

afterAll(QuarkusTestContext) - Method in class io.quarkus.test.junit.mockito.internal.CreateMockitoSpiesCallback
 
afterAll(QuarkusTestContext) - Method in class io.quarkus.test.junit.mockito.internal.ResetOuterMockitoMocksCallback
 
afterConstruct(Object) - Method in class io.quarkus.test.junit.mockito.internal.CreateMockitoMocksCallback
 
afterConstruct(Object) - Method in class io.quarkus.test.junit.mockito.internal.CreateMockitoSpiesCallback
 
afterEach(QuarkusTestMethodContext) - Method in class io.quarkus.test.junit.mockito.internal.ResetMockitoMocksCallback
 
answer(InvocationOnMock) - Method in class io.quarkus.test.junit.mockito.internal.MutinyAnswer
 

B

beanInstance - Variable in class io.quarkus.test.junit.mockito.internal.MockitoMocksTracker.Mocked
 
beforeEach(QuarkusTestMethodContext) - Method in class io.quarkus.test.junit.mockito.internal.SetMockitoMockAsBeanMockCallback
 

C

convertScopes() - Element in annotation interface io.quarkus.test.junit.mockito.InjectMock
Deprecated.
If true, then Quarkus will change the scope of the target Singleton bean to ApplicationScoped to make it mockable.
convertScopes() - Element in annotation interface io.quarkus.test.junit.mockito.InjectSpy
If true, then Quarkus will change the scope of the target Singleton bean to ApplicationScoped.
convertScopes() - Element in annotation interface io.quarkus.test.junit.mockito.MockitoConfig
If true, then Quarkus will change the scope of the target Singleton bean to ApplicationScoped to make it mockable.
CreateMockitoMocksCallback - Class in io.quarkus.test.junit.mockito.internal
 
CreateMockitoMocksCallback() - Constructor for class io.quarkus.test.junit.mockito.internal.CreateMockitoMocksCallback
 
CreateMockitoSpiesCallback - Class in io.quarkus.test.junit.mockito.internal
 
CreateMockitoSpiesCallback() - Constructor for class io.quarkus.test.junit.mockito.internal.CreateMockitoSpiesCallback
 
currentMock(Object, Object) - Static method in class io.quarkus.test.junit.mockito.internal.MockitoMocksTracker
 

D

delegate() - Element in annotation interface io.quarkus.test.junit.mockito.InjectSpy
true will create a mock that delegates all calls to the real bean, instead of creating a regular Mockito spy.
DEPRECATED_INJECT_MOCK - Static variable in class io.quarkus.test.junit.mockito.internal.SingletonToApplicationScopedTestBuildChainCustomizerProducer
 

G

getBeanHandle(Object, Field, Class<? extends Annotation>) - Static method in class io.quarkus.test.junit.mockito.internal.CreateMockitoMocksCallback
 
getMocks(Object) - Static method in class io.quarkus.test.junit.mockito.internal.MockitoMocksTracker
 
getQualifiers(Field, BeanManager) - Static method in class io.quarkus.test.junit.mockito.internal.CreateMockitoMocksCallback
 

I

INJECT_MOCK - Static variable in class io.quarkus.test.junit.mockito.internal.SingletonToApplicationScopedTestBuildChainCustomizerProducer
 
INJECT_SPY - Static variable in class io.quarkus.test.junit.mockito.internal.SingletonToApplicationScopedTestBuildChainCustomizerProducer
 
InjectMock - Annotation Interface in io.quarkus.test.junit.mockito
Deprecated, for removal: This API element is subject to removal in a future version.
Use InjectMock and MockitoConfig instead.
InjectSpy - Annotation Interface in io.quarkus.test.junit.mockito
When used on a field of a test class, the field becomes a Mockito spy, that is then used to spy on the normal scoped bean which the field represents
io.quarkus.test.junit.mockito - package io.quarkus.test.junit.mockito
 
io.quarkus.test.junit.mockito.internal - package io.quarkus.test.junit.mockito.internal
 

M

mock - Variable in class io.quarkus.test.junit.mockito.internal.MockitoMocksTracker.Mocked
 
Mocked(Object, Object) - Constructor for class io.quarkus.test.junit.mockito.internal.MockitoMocksTracker.Mocked
 
MOCKITO_CONFIG - Static variable in class io.quarkus.test.junit.mockito.internal.SingletonToApplicationScopedTestBuildChainCustomizerProducer
 
MockitoConfig - Annotation Interface in io.quarkus.test.junit.mockito
This annotation can be used to configure a Mockito mock injected in a field of a test class that is annotated with InjectMock.
MockitoMocksTracker - Class in io.quarkus.test.junit.mockito.internal
 
MockitoMocksTracker.Mocked - Class in io.quarkus.test.junit.mockito.internal
 
MutinyAnswer - Class in io.quarkus.test.junit.mockito.internal
 
MutinyAnswer() - Constructor for class io.quarkus.test.junit.mockito.internal.MutinyAnswer
 

P

produce(Index) - Method in class io.quarkus.test.junit.mockito.internal.SingletonToApplicationScopedTestBuildChainCustomizerProducer
 
produce(Index) - Method in class io.quarkus.test.junit.mockito.internal.UnremoveableMockTestBuildChainCustomizerProducer
 

R

reset(Object) - Static method in class io.quarkus.test.junit.mockito.internal.MockitoMocksTracker
 
ResetMockitoMocksCallback - Class in io.quarkus.test.junit.mockito.internal
 
ResetMockitoMocksCallback() - Constructor for class io.quarkus.test.junit.mockito.internal.ResetMockitoMocksCallback
 
ResetOuterMockitoMocksCallback - Class in io.quarkus.test.junit.mockito.internal
 
ResetOuterMockitoMocksCallback() - Constructor for class io.quarkus.test.junit.mockito.internal.ResetOuterMockitoMocksCallback
 
returnsDeepMocks() - Element in annotation interface io.quarkus.test.junit.mockito.InjectMock
Deprecated.
If true, the mock will be created with the Mockito.RETURNS_DEEP_STUBS
returnsDeepMocks() - Element in annotation interface io.quarkus.test.junit.mockito.MockitoConfig
If true, the mock will be created with the Mockito.RETURNS_DEEP_STUBS
returnValueForClass(Class<?>) - Method in class io.quarkus.test.junit.mockito.internal.MutinyAnswer
 

S

SetMockitoMockAsBeanMockCallback - Class in io.quarkus.test.junit.mockito.internal
 
SetMockitoMockAsBeanMockCallback() - Constructor for class io.quarkus.test.junit.mockito.internal.SetMockitoMockAsBeanMockCallback
 
SingletonToApplicationScopedTestBuildChainCustomizerProducer - Class in io.quarkus.test.junit.mockito.internal
 
SingletonToApplicationScopedTestBuildChainCustomizerProducer() - Constructor for class io.quarkus.test.junit.mockito.internal.SingletonToApplicationScopedTestBuildChainCustomizerProducer
 

T

TEST_TO_USED_MOCKS - Static variable in class io.quarkus.test.junit.mockito.internal.MockitoMocksTracker
 
track(Object, Object, Object) - Static method in class io.quarkus.test.junit.mockito.internal.MockitoMocksTracker
 

U

UnremoveableMockTestBuildChainCustomizerProducer - Class in io.quarkus.test.junit.mockito.internal
 
UnremoveableMockTestBuildChainCustomizerProducer() - Constructor for class io.quarkus.test.junit.mockito.internal.UnremoveableMockTestBuildChainCustomizerProducer
 
A B C D G I M P R S T U 
All Classes and Interfaces|All Packages|Serialized Form