| Package | Description |
|---|---|
| org.powermock.api.mockito | |
| org.powermock.api.mockito.internal.expectation |
| Modifier and Type | Method and Description |
|---|---|
static <T> ConstructorExpectationSetup<T> |
PowerMockito.whenNew(Class<T> type)
Allows specifying expectations on new invocations.
|
static <T> ConstructorExpectationSetup<T> |
PowerMockito.whenNew(String fullyQualifiedName)
Allows specifying expectations on new invocations for private member
(inner) classes, local or anonymous classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultConstructorExpectationSetup<T> |
Copyright © 2007–2016. All rights reserved.