public abstract class BaseTestCase extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
attributes |
protected int |
maxInactiveInterval |
Constructor and Description |
---|
BaseTestCase() |
Modifier and Type | Method and Description |
---|---|
static void |
baseInit() |
protected javax.servlet.http.HttpServletRequest |
getMockRequest() |
protected PipelineData |
getPipelineData(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletConfig config) |
protected RunData |
getRunData(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.ServletConfig config) |
protected Map<String,Object> attributes
protected int maxInactiveInterval
public BaseTestCase()
protected RunData getRunData(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletConfig config) throws Exception
Exception
protected PipelineData getPipelineData(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletConfig config) throws Exception
Exception
protected javax.servlet.http.HttpServletRequest getMockRequest()
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.