Package | Description |
---|---|
org.powermock.api.mockito | |
org.powermock.api.mockito.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 © 2019. All rights reserved.