|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructorExpectationSetup | |
---|---|
org.powermock.api.mockito | |
org.powermock.api.mockito.internal.expectation |
Uses of ConstructorExpectationSetup in org.powermock.api.mockito |
---|
Methods in org.powermock.api.mockito that return ConstructorExpectationSetup | ||
---|---|---|
static
|
PowerMockito.whenNew(Class<T> type)
Allows specifying expectations on new invocations. |
|
static
|
PowerMockito.whenNew(String fullyQualifiedName)
Allows specifying expectations on new invocations for private member (inner) classes, local or anonymous classes. |
Uses of ConstructorExpectationSetup in org.powermock.api.mockito.internal.expectation |
---|
Classes in org.powermock.api.mockito.internal.expectation that implement ConstructorExpectationSetup | |
---|---|
class |
DefaultConstructorExpectationSetup<T>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |