public abstract class AbstractWebScopeAwareTestCase extends Object
| Modifier and Type | Field and Description |
|---|---|
WebScopeTestRule |
m_aWebScope
JUnit test rule
|
protected static String |
MOCK_CONTEXT |
| Constructor and Description |
|---|
AbstractWebScopeAwareTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected com.helger.servlet.mock.MockHttpServletRequest |
getRequest() |
protected com.helger.servlet.mock.MockServletContext |
getServletContext() |
protected com.helger.servlet.mock.MockServletPool |
getServletPool() |
protected javax.servlet.http.HttpSession |
getSession(boolean bCreateIfNotExisting) |
protected static final String MOCK_CONTEXT
public final WebScopeTestRule m_aWebScope
@Nonnull protected final com.helger.servlet.mock.MockServletContext getServletContext()
@Nonnull protected final com.helger.servlet.mock.MockServletPool getServletPool()
@Nullable protected final com.helger.servlet.mock.MockHttpServletRequest getRequest()
@Nullable protected final javax.servlet.http.HttpSession getSession(boolean bCreateIfNotExisting)
Copyright © 2014–2019 Philip Helger. All rights reserved.