public class RequestRule extends Object implements org.junit.rules.TestRule
The test methods of the JUnit test will be executed
in REQUEST scope
using ServletScopes.scopeRequest(java.util.concurrent.Callable, java.util.Map).
| Constructor and Description |
|---|
RequestRule() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.runners.model.Statement |
apply(org.junit.runners.model.Statement base,
org.junit.runner.Description method) |
public RequestRule()
public org.junit.runners.model.Statement apply(org.junit.runners.model.Statement base, org.junit.runner.Description method)
apply in interface org.junit.rules.TestRuleCopyright © 2014 Atteo. All rights reserved.