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