org.jsmpp.util
Class DateFormatterTest

java.lang.Object
  extended by org.jsmpp.util.DateFormatterTest

public class DateFormatterTest
extends java.lang.Object

Author:
uudashr

Constructor Summary
DateFormatterTest()
           
 
Method Summary
 void formatAbsoluteDate()
           
 void formatNullDate()
           
 void formatRelativeDate()
           
 void testStaticAbsoluteFormatter()
           
 void testStaticRelativeFormatter()
           
 void validateAbsoluteDate()
           
 void validateRelativeDate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateFormatterTest

public DateFormatterTest()
Method Detail

testStaticAbsoluteFormatter

public void testStaticAbsoluteFormatter()

testStaticRelativeFormatter

public void testStaticRelativeFormatter()

formatNullDate

public void formatNullDate()

validateAbsoluteDate

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

validateRelativeDate

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

formatAbsoluteDate

public void formatAbsoluteDate()

formatRelativeDate

public void formatRelativeDate()