JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
powermock-api-mockito-common
Prev
Next
Frames
No Frames
All Classes
A
C
D
E
G
I
J
M
O
R
S
T
U
V
W
A
AbstractConstructorExpectationSetup
<
T
> - Class in
org.powermock.api.mockito.internal.expectation
AbstractConstructorExpectationSetup(Class<T>)
- Constructor for class org.powermock.api.mockito.internal.expectation.
AbstractConstructorExpectationSetup
AbstractMockCreator
- Class in
org.powermock.api.mockito.internal.mockcreation
AbstractMockCreator()
- Constructor for class org.powermock.api.mockito.internal.mockcreation.
AbstractMockCreator
arrayMerger
- Variable in class org.powermock.api.mockito.internal.expectation.
AbstractConstructorExpectationSetup
C
classNotPrepared(Class<T>)
- Method in class org.powermock.api.mockito.expectation.reporter.
MockitoPowerMockReporter
ClassNotPreparedException
- Exception in
org.powermock.api.mockito
The exception is thrown when a user tries to mock class which is't prepared, but should be.
ClassNotPreparedException(String)
- Constructor for exception org.powermock.api.mockito.
ClassNotPreparedException
clear()
- Method in class org.powermock.api.extension.agent.
JavaAgentFrameworkRegisterImpl
ConstructorExpectationSetup
<
T
> - Interface in
org.powermock.api.mockito.expectation
createMock(Class<T>, boolean, boolean, Object, MockSettings, Method...)
- Method in interface org.powermock.api.mockito.internal.mockcreation.
MockCreator
createValidator(Class<T>, boolean, boolean, JavaAgentClassRegister)
- Static method in class org.powermock.api.mockito.internal.mockcreation.
MockTypeValidatorFactory
D
DelegatingToConstructorsOngoingStubbing
<
T
> - Class in
org.powermock.api.mockito.internal.expectation
Implementation of OngoingStubbing that delegates invocations to all supplied ctors
DelegatingToConstructorsOngoingStubbing(Constructor<?>[], OngoingStubbing<T>)
- Constructor for class org.powermock.api.mockito.internal.expectation.
DelegatingToConstructorsOngoingStubbing
E
expectSubstitutionLogic(Object...)
- Method in class org.powermock.api.mockito.internal.invocation.
MockitoNewInvocationControl
G
getMock()
- Method in class org.powermock.api.mockito.internal.expectation.
DelegatingToConstructorsOngoingStubbing
getSubstitute()
- Method in class org.powermock.api.mockito.internal.invocation.
MockitoNewInvocationControl
I
InvocationControlAssertionError
- Class in
org.powermock.api.mockito.internal.invocation
InvocationControlAssertionError()
- Constructor for class org.powermock.api.mockito.internal.invocation.
InvocationControlAssertionError
invoke(Class<?>, Object[], Class<?>[])
- Method in class org.powermock.api.mockito.internal.invocation.
MockitoNewInvocationControl
J
JavaAgentFrameworkRegisterImpl
- Class in
org.powermock.api.extension.agent
Implementation of JavaAgentFrameworkRegister for Mockito framework.
JavaAgentFrameworkRegisterImpl()
- Constructor for class org.powermock.api.extension.agent.
JavaAgentFrameworkRegisterImpl
M
MOCK_CREATOR_IMPLEMENTATION_CLASS
- Static variable in class org.powermock.api.extension.agent.
JavaAgentFrameworkRegisterImpl
MockCreator
- Interface in
org.powermock.api.mockito.internal.mockcreation
An implementer of interface is reasonable for creating of an mocked instance of specific type.
MockitoNewInvocationControl
<
T
> - Class in
org.powermock.api.mockito.internal.invocation
MockitoNewInvocationControl(InvocationSubstitute<T>)
- Constructor for class org.powermock.api.mockito.internal.invocation.
MockitoNewInvocationControl
MockitoPowerMockReporter
- Class in
org.powermock.api.mockito.expectation.reporter
MockitoPowerMockReporter()
- Constructor for class org.powermock.api.mockito.expectation.reporter.
MockitoPowerMockReporter
mockType
- Variable in class org.powermock.api.mockito.internal.expectation.
AbstractConstructorExpectationSetup
MockTypeValidator
<
T
> - Interface in
org.powermock.api.mockito.internal.mockcreation
MockTypeValidatorFactory
- Class in
org.powermock.api.mockito.internal.mockcreation
MockTypeValidatorFactory()
- Constructor for class org.powermock.api.mockito.internal.mockcreation.
MockTypeValidatorFactory
O
org.powermock.api.extension.agent
- package org.powermock.api.extension.agent
org.powermock.api.mockito
- package org.powermock.api.mockito
org.powermock.api.mockito.expectation
- package org.powermock.api.mockito.expectation
org.powermock.api.mockito.expectation.reporter
- package org.powermock.api.mockito.expectation.reporter
org.powermock.api.mockito.internal.expectation
- package org.powermock.api.mockito.internal.expectation
org.powermock.api.mockito.internal.invocation
- package org.powermock.api.mockito.internal.invocation
org.powermock.api.mockito.internal.mockcreation
- package org.powermock.api.mockito.internal.mockcreation
R
replay(Object...)
- Method in class org.powermock.api.mockito.internal.invocation.
MockitoNewInvocationControl
reset(Object...)
- Method in class org.powermock.api.mockito.internal.invocation.
MockitoNewInvocationControl
S
set(JavaAgentClassRegister)
- Method in class org.powermock.api.extension.agent.
JavaAgentFrameworkRegisterImpl
T
then(Answer<?>)
- Method in class org.powermock.api.mockito.internal.expectation.
DelegatingToConstructorsOngoingStubbing
thenAnswer(Answer<?>)
- Method in class org.powermock.api.mockito.internal.expectation.
DelegatingToConstructorsOngoingStubbing
thenCallRealMethod()
- Method in class org.powermock.api.mockito.internal.expectation.
DelegatingToConstructorsOngoingStubbing
thenReturn(T)
- Method in class org.powermock.api.mockito.internal.expectation.
DelegatingToConstructorsOngoingStubbing
thenReturn(T, T...)
- Method in class org.powermock.api.mockito.internal.expectation.
DelegatingToConstructorsOngoingStubbing
thenThrow(Throwable...)
- Method in class org.powermock.api.mockito.internal.expectation.
DelegatingToConstructorsOngoingStubbing
thenThrow(Class<? extends Throwable>...)
- Method in class org.powermock.api.mockito.internal.expectation.
DelegatingToConstructorsOngoingStubbing
throwAssertionErrorForNewSubstitutionFailure(AssertionError, Class<?>)
- Static method in class org.powermock.api.mockito.internal.invocation.
InvocationControlAssertionError
U
updateErrorMessageForMethodInvocation(AssertionError)
- Static method in class org.powermock.api.mockito.internal.invocation.
InvocationControlAssertionError
updateErrorMessageForVerifyNoMoreInteractions(AssertionError)
- Static method in class org.powermock.api.mockito.internal.invocation.
InvocationControlAssertionError
V
validate()
- Method in interface org.powermock.api.mockito.internal.mockcreation.
MockTypeValidator
verify(Object...)
- Method in class org.powermock.api.mockito.internal.invocation.
MockitoNewInvocationControl
verifyNoMoreInteractions()
- Method in class org.powermock.api.mockito.internal.invocation.
MockitoNewInvocationControl
W
WithAnyArguments
<
T
> - Interface in
org.powermock.api.mockito.expectation
withAnyArguments()
- Method in interface org.powermock.api.mockito.expectation.
WithAnyArguments
withAnyArguments()
- Method in class org.powermock.api.mockito.internal.expectation.
AbstractConstructorExpectationSetup
withArguments(Object, Object...)
- Method in interface org.powermock.api.mockito.expectation.
WithExpectedArguments
withArguments(Object, Object...)
- Method in class org.powermock.api.mockito.internal.expectation.
AbstractConstructorExpectationSetup
WithExpectedArguments
<
T
> - Interface in
org.powermock.api.mockito.expectation
WithExpectedParameterTypes
<
T
> - Interface in
org.powermock.api.mockito.expectation
withNoArguments()
- Method in interface org.powermock.api.mockito.expectation.
WithoutExpectedArguments
withNoArguments()
- Method in class org.powermock.api.mockito.internal.expectation.
AbstractConstructorExpectationSetup
WithOrWithoutExpectedArguments
<
T
> - Interface in
org.powermock.api.mockito.expectation
WithoutExpectedArguments
<
T
> - Interface in
org.powermock.api.mockito.expectation
withParameterTypes(Class<?>, Class<?>...)
- Method in interface org.powermock.api.mockito.expectation.
WithExpectedParameterTypes
withParameterTypes(Class<?>, Class<?>...)
- Method in class org.powermock.api.mockito.internal.expectation.
AbstractConstructorExpectationSetup
A
C
D
E
G
I
J
M
O
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
powermock-api-mockito-common
Prev
Next
Frames
No Frames
All Classes