Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.http.util
Class TestDateUtils  view TestDateUtils download TestDateUtils.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.apache.http.util.TestDateUtils
All Implemented Interfaces:
junit.framework.Test

public class TestDateUtils
extends junit.framework.TestCase

Unit tests for DateUtils.


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
TestDateUtils(java.lang.String testName)
           
 
Method Summary
static void main(java.lang.String[] args)
           
static junit.framework.Test suite()
           
 void testBasicDateFormat()
           
 void testBasicDateParse()
           
 void testConstructor()
           
 void testInvalidInput()
           
 void testParseQuotedDate()
           
 void testTwoDigitYearDateParse()
           
 
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

TestDateUtils

public TestDateUtils(java.lang.String testName)
Method Detail

main

public static void main(java.lang.String[] args)

suite

public static junit.framework.Test suite()

testBasicDateParse

public void testBasicDateParse()
                        throws java.lang.Exception

testInvalidInput

public void testInvalidInput()
                      throws java.lang.Exception

testTwoDigitYearDateParse

public void testTwoDigitYearDateParse()
                               throws java.lang.Exception

testParseQuotedDate

public void testParseQuotedDate()
                         throws java.lang.Exception

testBasicDateFormat

public void testBasicDateFormat()
                         throws java.lang.Exception

testConstructor

public void testConstructor()