Uses of Interface
org.powermock.api.mockito.verification.ConstructorArgumentsVerification

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
<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 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>
           
 



Copyright © 2007-2012. All Rights Reserved.