org.appfuse.util
Class DateConverterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.appfuse.util.DateConverterTest
All Implemented Interfaces:
Test

public class DateConverterTest
extends TestCase


Constructor Summary
DateConverterTest()
           
 
Method Summary
 void testConvertDateToString()
           
 void testConvertStringToDate()
           
 void testConvertStringToTimestamp()
           
 void testConvertTimestampToString()
           
 void testInternationalization()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DateConverterTest

public DateConverterTest()
Method Detail

testInternationalization

public void testInternationalization()
                              throws Exception
Throws:
Exception

testConvertStringToDate

public void testConvertStringToDate()
                             throws Exception
Throws:
Exception

testConvertDateToString

public void testConvertDateToString()
                             throws Exception
Throws:
Exception

testConvertStringToTimestamp

public void testConvertStringToTimestamp()
                                  throws Exception
Throws:
Exception

testConvertTimestampToString

public void testConvertTimestampToString()
                                  throws Exception
Throws:
Exception


Copyright � 2002-2006