1 package com.macvu.tiles.cache;
2
3
4
5 import junit.framework.TestCase;
6
7
8
9 /***
10
11 * Created by IntelliJ IDEA.
12
13 * User: MVu
14
15 * Date: Mar 23, 2004
16
17 * Time: 3:43:32 PM
18
19 * To change this template use File | Settings | File Templates.
20
21 */
22
23 public class CCHttpServletResponseWrapperTest extends TestCase {
24
25 public CCHttpServletResponseWrapperTest(String s) {
26 super(s);
27 }
28
29 public void setUp() throws Exception {
30 }
31
32 public void testCCHttpServletResponseWrapper() {
33 }
34
35 }
36