public class GriffonPivotRule extends Object implements MethodRule
Constructor and Description |
---|
GriffonPivotRule() |
GriffonPivotRule(String[] startupArgs) |
Modifier and Type | Method and Description |
---|---|
protected void |
after(GriffonApplication application,
Object target) |
Statement |
apply(Statement base,
FrameworkMethod method,
Object target) |
protected void |
before(GriffonApplication application,
Object target) |
public Statement apply(Statement base, FrameworkMethod method, Object target)
apply
in interface MethodRule
protected void before(@Nonnull GriffonApplication application, @Nonnull Object target) throws Throwable
Throwable
protected void after(@Nonnull GriffonApplication application, @Nonnull Object target)