java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.apache.commons.beanutils.converters.NumberConverterTestBase
org.apache.commons.beanutils.converters.IntegerConverterTestCase
- All Implemented Interfaces:
- junit.framework.Test
- public class IntegerConverterTestCase
- extends NumberConverterTestBase
Test Case for the IntegerConverter class.
- Version:
- $Revision: 1.4 $ $Date: 2004/02/28 13:18:37 $
| Fields inherited from class junit.framework.TestCase |
|
| 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 |
converter
private org.apache.commons.beanutils.Converter converter
IntegerConverterTestCase
public IntegerConverterTestCase(java.lang.String name)
setUp
public void setUp()
throws java.lang.Exception
- Description copied from class:
junit.framework.TestCase
- Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
suite
public static junit.framework.TestSuite suite()
tearDown
public void tearDown()
throws java.lang.Exception
- Description copied from class:
junit.framework.TestCase
- Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
makeConverter
protected org.apache.commons.beanutils.Converter makeConverter()
- Specified by:
makeConverter in class NumberConverterTestBase
getExpectedType
protected java.lang.Class getExpectedType()
- Specified by:
getExpectedType in class NumberConverterTestBase
testSimpleConversion
public void testSimpleConversion()
throws java.lang.Exception