| |
|
| org.apache.commons.beanutils.converters.ArrayConverterTestCase
ArrayConverterTestCase | public class ArrayConverterTestCase extends TestCase (Code) | | Test Case for the ArrayConverter class.
version: $Revision: 539812 $ $Date: 2007-05-20 02:13:29 +0100 (Sun, 20 May 2007) $ |
ArrayConverterTestCase | public ArrayConverterTestCase(String name)(Code) | | Construct a new Array Converter test case.
Parameters: name - Test Name |
suite | public static TestSuite suite()(Code) | | Create Test Suite
test suite |
testComponentIntegerConverter | public void testComponentIntegerConverter()(Code) | | Test Converting using the IntegerConverter as the component Converter
|
testEmptyString | public void testEmptyString()(Code) | | Test Empty String
|
testErrors | public void testErrors()(Code) | | Test Errors creating the converter
|
testInvalidWithDefault | public void testInvalidWithDefault()(Code) | | Test Converting using the IntegerConverter as the component Converter
|
testStringArrayToNumber | public void testStringArrayToNumber()(Code) | | Test Converting a String[] to integer array (with leading/trailing whitespace)
|
testTheMatrix | public void testTheMatrix()(Code) | | Test the Matrix!!!! (parses a String into a 2 dimensional integer array or matrix)
|
|
|
|