Package | Description |
---|---|
org.fest.reflect.constructor |
Provides a "fluent" API for
constructor invocation via the Java Reflection API.
|
Modifier and Type | Method and Description |
---|---|
<T> Invoker<T> |
TargetType.in(Class<T> target)
Creates a new constructor invoker.
|
<T> Invoker<T> |
ParameterTypes.in(Class<T> target)
Creates a new constructor invoker.
|
static <T> Invoker<T> |
Invoker.newInvoker(Class<T> target,
Class<?>... parameterTypes) |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.