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