A
B
C
D
E
F
G
H
I
L
M
N
O
R
S
T
U
V
W
M
- matches(String) - function in org.mockito.ExtendedMockito
- mock(Class) - function in org.mockito.ExtendedMockito
- MockedMethod - class in com.android.dx.mockito.inline.extended
- A call to a method that should be stubbed / verified.
- MockedVoidMethod - class in com.android.dx.mockito.inline.extended
- A call to a void method that should be stubbed / verified.
- mockingDetails(Object) - function in org.mockito.ExtendedMockito
- mockitoSession() - function in com.android.dx.mockito.inline.extended.ExtendedMockito
- Same as mockitoSession but adds the ability to mock static methodscalls via mockStatic, mockStatic, and ;All mocking spying will be removed once the session is finished.
- mockitoSession() - function in org.mockito.ExtendedMockito
- mockStatic(Class) - function in com.android.dx.mockito.inline.extended.StaticMockitoSessionBuilder
- Sets up mocking for all static methods of a class.
- mockStatic(Class,Answer) - function in com.android.dx.mockito.inline.extended.StaticMockitoSessionBuilder
- Sets up mocking for all static methods of a class.
- mockStatic(Class,MockSettings) - function in com.android.dx.mockito.inline.extended.StaticMockitoSessionBuilder
- Sets up mocking for all static methods of a class with custom MockSettings.