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