Class DefaultConstructorExpectationSetup<T>

java.lang.Object
org.powermock.api.mockito.internal.expectation.DefaultConstructorExpectationSetup<T>
All Implemented Interfaces:
ConstructorExpectationSetup<T>, WithAnyArguments<T>, WithExpectedArguments<T>, WithExpectedParameterTypes<T>, WithOrWithoutExpectedArguments<T>, WithoutExpectedArguments<T>

public class DefaultConstructorExpectationSetup<T> extends Object implements ConstructorExpectationSetup<T>