org.apache.commons.convert1.format
Class FormatConverterTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.convert1.format.FormatConverterTestCase
All Implemented Interfaces:
junit.framework.Test

public class FormatConverterTestCase
extends junit.framework.TestCase

Test Case for the FormatConverter class.

Version:
$Id: FormatConverterTestCase.java 155441 2005-02-26 13:19:22Z dirkv $
Author:
Henri Yandell

Constructor Summary
FormatConverterTestCase(String name)
           
 
Method Summary
 void setUp()
           
static junit.framework.TestSuite suite()
           
 void tearDown()
           
 void testDateFormat()
           
 void testNumberFormat()
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormatConverterTestCase

public FormatConverterTestCase(String name)
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

suite

public static junit.framework.TestSuite suite()

tearDown

public void tearDown()
              throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testNumberFormat

public void testNumberFormat()

testDateFormat

public void testDateFormat()


Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.