A B C D G I M P R S T U 
All Classes All Packages

A

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() - Method in annotation type io.quarkus.test.junit.mockito.InjectMock
If true, then Quarkus will change the scope of the target Singleton bean to ApplicationScoped to make the 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() - Method in annotation type 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.

G

getBeanInstance(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) - Static method in class io.quarkus.test.junit.mockito.internal.CreateMockitoMocksCallback
 

I

InjectMock - Annotation Type in io.quarkus.test.junit.mockito
When used on a field of a test class, the field becomes a Mockito mock, that is then used to mock the normal scoped bean which the field represents
InjectSpy - Annotation Type 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
 
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() - Method in annotation type io.quarkus.test.junit.mockito.InjectMock
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 All Packages