Package | Description |
---|---|
org.fest.reflect.method |
Provides a "fluent" API for
method invocation via the Java Reflection API.
|
Modifier and Type | Method and Description |
---|---|
MethodParameterTypes<T> |
MethodReturnType.withParameterTypes(Class<?>... parameterTypes)
Specifies the parameter types of the method to invoke.
|
MethodParameterTypes<T> |
MethodReturnTypeRef.withParameterTypes(Class<?>... parameterTypes)
Specifies the parameter types of the method to invoke.
|
MethodParameterTypes<Void> |
MethodName.withParameterTypes(Class<?>... parameterTypes)
Specifies the parameter types of the method to invoke.
|
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.