| |
|
| org.apache.turbine.test.BaseTestCase org.apache.turbine.util.BaseValueParserTest
BaseValueParserTest | public class BaseValueParserTest extends BaseTestCase (Code) | | Testing of the BaseValueParser class
author: Quinton McCombs version: $Id: BaseValueParserTest.java 534527 2007-05-02 16:10:59Z tv $ |
BaseValueParserTest | public BaseValueParserTest(String testName) throws Exception(Code) | | Constructor for test.
Parameters: testName - name of the test being executed |
getString | public void getString()(Code) | | |
setUp | protected void setUp()(Code) | | Performs any initialization that must happen before each test is run.
|
suite | public static TestSuite suite()(Code) | | Factory method for creating a TestSuite for this class.
the test suite |
tearDown | protected void tearDown()(Code) | | Clean up after each test is run.
|
testGetBigDecimal | public void testGetBigDecimal()(Code) | | |
testGetBoolean | public void testGetBoolean()(Code) | | |
testGetBooleanObject | public void testGetBooleanObject()(Code) | | |
testGetByte | public void testGetByte()(Code) | | |
testGetByteObject | public void testGetByteObject()(Code) | | |
testGetDouble | public void testGetDouble()(Code) | | |
testGetDoubleObject | public void testGetDoubleObject()(Code) | | |
testGetFloat | public void testGetFloat()(Code) | | |
testGetFloatObject | public void testGetFloatObject()(Code) | | |
testGetInt | public void testGetInt()(Code) | | |
testGetIntObject | public void testGetIntObject()(Code) | | |
testGetLong | public void testGetLong()(Code) | | |
testGetLongObject | public void testGetLongObject()(Code) | | |
|
|
|