org.apache.james.util
Class TimeConverterTest

java.lang.Object
  extended by TestCase
      extended by org.apache.james.util.TimeConverterTest

public class TimeConverterTest
extends TestCase


Constructor Summary
TimeConverterTest(java.lang.String arg0)
           
 
Method Summary
 void testGetMilliSecondsDay()
           
 void testGetMilliSecondsDays()
           
 void testGetMilliSecondsHour()
           
 void testGetMilliSecondsHours()
           
 void testGetMilliSecondsMinute()
           
 void testGetMilliSecondsMinutes()
           
 void testGetMilliSecondsMsec()
           
 void testGetMilliSecondsMsecs()
           
 void testGetMilliSecondsSec()
           
 void testGetMilliSecondsSecs()
           
 void testIllegalPattern()
           
 void testIllegalUnit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeConverterTest

public TimeConverterTest(java.lang.String arg0)
Method Detail

testGetMilliSecondsMsec

public void testGetMilliSecondsMsec()

testGetMilliSecondsMsecs

public void testGetMilliSecondsMsecs()

testGetMilliSecondsSec

public void testGetMilliSecondsSec()

testGetMilliSecondsSecs

public void testGetMilliSecondsSecs()

testGetMilliSecondsMinute

public void testGetMilliSecondsMinute()

testGetMilliSecondsMinutes

public void testGetMilliSecondsMinutes()

testGetMilliSecondsHour

public void testGetMilliSecondsHour()

testGetMilliSecondsHours

public void testGetMilliSecondsHours()

testGetMilliSecondsDay

public void testGetMilliSecondsDay()

testGetMilliSecondsDays

public void testGetMilliSecondsDays()

testIllegalUnit

public void testIllegalUnit()

testIllegalPattern

public void testIllegalPattern()


Copyright ? 2002-2009 The Apache Software Foundation. All Rights Reserved.