Package | Description |
---|---|
org.powermock.api.mockito | |
org.powermock.api.mockito.internal.verification |
Modifier and Type | Method and Description |
---|---|
static <T> ConstructorArgumentsVerification |
PowerMockito.verifyNew(Class<?> mock,
org.mockito.verification.VerificationMode mode)
Verifies certain behavior happened at least once / exact number of times
/ never.
|
static <T> ConstructorArgumentsVerification |
PowerMockito.verifyNew(Class<T> mock)
Verifies certain behavior happened once
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultConstructorArgumentsVerfication<T> |
Copyright © 2007–2015. All rights reserved.