1 package com.macvu.tiles.actions;
2
3 import junit.framework.TestCase;
4
5 /***
6 * Created by IntelliJ IDEA.
7 * User: MVu
8 * Date: Mar 23, 2004
9 * Time: 3:51:06 PM
10 * To change this template use File | Settings | File Templates.
11 */
12
13 public class CacheInformationFormTest extends TestCase {
14
15 public CacheInformationFormTest(String s) {
16 super(s);
17 }
18
19 public void setUp() throws Exception {
20 }
21
22 public void testCacheInformationForm() {
23 }
24 }
25