org.apache.james.imap.decode
Class DecoderUtilsLocaleDateTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.james.imap.decode.DecoderUtilsLocaleDateTest
All Implemented Interfaces:
junit.framework.Test

public class DecoderUtilsLocaleDateTest
extends junit.framework.TestCase


Constructor Summary
DecoderUtilsLocaleDateTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testCANADA()
           
 void testCHINA()
           
 void testFRANCH()
           
 void testGERMANY()
           
 void testITALY()
           
 void testJAPAN()
           
 void testKOREA()
           
 void testTAIWAN()
           
 void testUK()
           
 void testUS()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

DecoderUtilsLocaleDateTest

public DecoderUtilsLocaleDateTest()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testUS

public void testUS()
            throws java.lang.Exception
Throws:
java.lang.Exception

testITALY

public void testITALY()
               throws java.lang.Exception
Throws:
java.lang.Exception

testTAIWAN

public void testTAIWAN()
                throws java.lang.Exception
Throws:
java.lang.Exception

testCHINA

public void testCHINA()
               throws java.lang.Exception
Throws:
java.lang.Exception

testKOREA

public void testKOREA()
               throws java.lang.Exception
Throws:
java.lang.Exception

testJAPAN

public void testJAPAN()
               throws java.lang.Exception
Throws:
java.lang.Exception

testUK

public void testUK()
            throws java.lang.Exception
Throws:
java.lang.Exception

testCANADA

public void testCANADA()
                throws java.lang.Exception
Throws:
java.lang.Exception

testGERMANY

public void testGERMANY()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testFRANCH

public void testFRANCH()
                throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.