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.MethodRule
protected void before(@Nonnull GriffonApplication application, @Nonnull Object target) throws Throwable
Throwable
protected void after(@Nonnull GriffonApplication application, @Nonnull Object target)