| Package | Description |
|---|---|
| org.fest.reflect.constructor |
Provides a "fluent" API for
constructor invocation via the Java Reflection API.
|
| Modifier and Type | Method and Description |
|---|---|
ParameterTypes |
TargetType.withParameterTypes(java.lang.Class<?>... parameterTypes)
Specifies the parameter types for the constructor to invoke.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.