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
 

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-2014. All Rights Reserved.