|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WithOrWithoutExpectedArguments | |
---|---|
org.powermock.api.mockito | |
org.powermock.api.mockito.expectation | |
org.powermock.api.mockito.internal.expectation |
Uses of WithOrWithoutExpectedArguments in org.powermock.api.mockito |
---|
Methods in org.powermock.api.mockito that return WithOrWithoutExpectedArguments | ||
---|---|---|
static
|
PowerMockito.when(Class<?> cls,
Method method)
Expect calls to private static methods. |
|
static
|
PowerMockito.when(Object instance,
Method method)
Expect calls to private methods. |
|
static
|
PowerMockito.whenNew(Constructor<T> ctor)
Allows specifying expectations on new invocations. |
Uses of WithOrWithoutExpectedArguments in org.powermock.api.mockito.expectation |
---|
Subinterfaces of WithOrWithoutExpectedArguments in org.powermock.api.mockito.expectation | |
---|---|
interface |
ConstructorExpectationSetup<T>
|
Uses of WithOrWithoutExpectedArguments in org.powermock.api.mockito.internal.expectation |
---|
Classes in org.powermock.api.mockito.internal.expectation that implement WithOrWithoutExpectedArguments | |
---|---|
class |
ConstructorAwareExpectationSetup<T>
|
class |
DefaultConstructorExpectationSetup<T>
|
class |
DefaultMethodExpectationSetup<T>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |