View Javadoc
1   /**
2    * 
3    */
4   package org.melati.template.test;
5   
6   import junit.framework.TestCase;
7   
8   /**
9    * @author timp
10   * @since 26 Jun 2007
11   *
12   */
13  public class YMDDateAdaptorTest extends TestCase {
14  
15    /**
16     * @param name
17     */
18    public YMDDateAdaptorTest(String name) {
19      super(name);
20    }
21  
22    /** 
23     * {@inheritDoc}
24     * @see junit.framework.TestCase#setUp()
25     */
26    protected void setUp() throws Exception {
27      super.setUp();
28    }
29  
30    /** 
31     * {@inheritDoc}
32     * @see junit.framework.TestCase#tearDown()
33     */
34    protected void tearDown() throws Exception {
35      super.tearDown();
36    }
37  
38    /**
39     * Test method for {@link org.melati.template.YMDDateAdaptor#getFormOrDie(org.melati.template.ServletTemplateContext, java.lang.String, java.lang.String)}.
40     */
41    public void testGetFormOrDie() {
42      
43    }
44  
45    /**
46     * Test method for {@link org.melati.template.YMDDateAdaptor#rawFrom(org.melati.template.ServletTemplateContext, java.lang.String)}.
47     */
48    public void testRawFrom() {
49      
50    }
51  
52    /**
53     * Test method for {@link org.melati.template.YMDDateAdaptor#yearField(org.melati.poem.Field)}.
54     */
55    public void testYearField() {
56      
57    }
58  
59    /**
60     * Test method for {@link org.melati.template.YMDDateAdaptor#monthField(org.melati.poem.Field)}.
61     */
62    public void testMonthField() {
63      
64    }
65  
66    /**
67     * Test method for {@link org.melati.template.YMDDateAdaptor#dayField(org.melati.poem.Field)}.
68     */
69    public void testDayField() {
70      
71    }
72  
73  }