Class TestStickyCookieRule
- java.lang.Object
-
- org.apache.sling.testing.junit.rules.TestStickyCookieRule
-
- All Implemented Interfaces:
org.junit.rules.TestRule
public class TestStickyCookieRule extends Object implements org.junit.rules.TestRule
-
-
Constructor Summary
Constructors Constructor Description TestStickyCookieRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.junit.runners.model.Statement
apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
protected void
finished(org.junit.runner.Description description)
protected void
starting(org.junit.runner.Description description)
-
-
-
Method Detail
-
apply
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description description)
- Specified by:
apply
in interfaceorg.junit.rules.TestRule
-
starting
protected void starting(org.junit.runner.Description description)
-
finished
protected void finished(org.junit.runner.Description description)
-
-