Uses of Interface
org.powermock.api.mockito.expectation.ConstructorExpectationSetup

Packages that use ConstructorExpectationSetup
org.powermock.api.mockito   
org.powermock.api.mockito.internal.expectation   
 

Uses of ConstructorExpectationSetup in org.powermock.api.mockito
 

Methods in org.powermock.api.mockito that return ConstructorExpectationSetup
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.
 

Uses of ConstructorExpectationSetup in org.powermock.api.mockito.internal.expectation
 

Classes in org.powermock.api.mockito.internal.expectation that implement ConstructorExpectationSetup
 class DefaultConstructorExpectationSetup<T>
           
 



Copyright © 2007-2012. All Rights Reserved.