public class CSVMockTestHelper
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.jmock.Expectations |
getCsvExportParameterExpectations(javax.servlet.http.HttpServletResponse response,
RhnMockServletOutputStream out)
Returns the expectations of
HttpServletResponse when CSV Export is performed. |
public static org.jmock.Expectations getCsvExportParameterExpectations(javax.servlet.http.HttpServletResponse response,
RhnMockServletOutputStream out)
throws java.io.IOException
HttpServletResponse when CSV Export is performed.response - the responseout - - the output streamjava.io.IOException - if something goes wrong