| 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> |
ParameterTypes.in(java.lang.Class<T> target)
Creates a new constructor invoker.
|
<T> Invoker<T> |
TargetType.in(java.lang.Class<T> target)
Creates a new constructor invoker.
|
static <T> Invoker<T> |
Invoker.newInvoker(java.lang.Class<T> target,
java.lang.Class<?>... parameterTypes) |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.