| Package | Description |
|---|---|
| org.fest.reflect.core |
Provides a "fluent" API that
makes usage of the Java Reflection API easier and improves code readability.
|
| org.fest.reflect.method |
Provides a "fluent" API for
method invocation via the Java Reflection API.
|
| Modifier and Type | Method and Description |
|---|---|
static StaticMethodName |
Reflection.staticMethod(java.lang.String name)
Starting point of the fluent interface for invoking static methods via reflection.
|
| Modifier and Type | Method and Description |
|---|---|
static StaticMethodName |
StaticMethodName.startStaticMethodAccess(java.lang.String name)
Creates a new
StaticMethodName: the starting point of the fluent interface for accessing static methods
using Java Reflection. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.