| Package | Description |
|---|---|
| org.fest.reflect.method |
Provides a "fluent" API for
method invocation via the Java Reflection API.
|
| Modifier and Type | Method and Description |
|---|---|
Invoker<T> |
StaticMethodParameterTypes.in(java.lang.Class<?> target)
Creates a new method invoker.
|
Invoker<T> |
StaticMethodReturnTypeRef.in(java.lang.Class<?> target)
Creates a new method invoker.
|
Invoker<java.lang.Void> |
StaticMethodName.in(java.lang.Class<?> target)
Creates a new invoker for a static method that takes no parameters and return value
void. |
Invoker<T> |
StaticMethodReturnType.in(java.lang.Class<?> target)
Creates a new method invoker.
|
Invoker<T> |
MethodReturnTypeRef.in(java.lang.Object target)
Creates a new method invoker.
|
Invoker<T> |
MethodParameterTypes.in(java.lang.Object target)
Creates a new method invoker.
|
Invoker<T> |
MethodReturnType.in(java.lang.Object target)
Creates a new method invoker.
|
Invoker<java.lang.Void> |
MethodName.in(java.lang.Object target)
Creates a new invoker for a method that takes no parameters and return value
void. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.