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