|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstructorArgumentsVerification | |
---|---|
org.powermock.api.mockito | |
org.powermock.api.mockito.internal.verification |
Uses of ConstructorArgumentsVerification in org.powermock.api.mockito |
---|
Methods in org.powermock.api.mockito that return ConstructorArgumentsVerification | ||
---|---|---|
static
|
PowerMockito.verifyNew(Class<?> mock,
org.mockito.verification.VerificationMode mode)
Verifies certain behavior happened at least once / exact number of times / never. |
|
static
|
PowerMockito.verifyNew(Class<T> mock)
Verifies certain behavior happened once Alias to verifyNew(mockClass, times(1)) E.g:
verifyNew(ClassWithStaticMethod.class);
Above is equivalent to:
verifyNew(ClassWithStaticMethod.class, times(1));
|
Uses of ConstructorArgumentsVerification in org.powermock.api.mockito.internal.verification |
---|
Classes in org.powermock.api.mockito.internal.verification that implement ConstructorArgumentsVerification | |
---|---|
class |
DefaultConstructorArgumentsVerfication<T>
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |