| org.apache.turbine.util.parser.CSVParserCactusTest
CSVParserCactusTest | public class CSVParserCactusTest extends ServletTestCase (Code) | | Test the CSVParser.
NOTE : I am assuming (as is in the code of DataStreamParser.java
that the values are reusing the same object for the values.
If this shouldn't be, we need to fix that in the code!.
author: Martin van den Bemt version: $Id: CSVParserCactusTest.java 534527 2007-05-02 16:10:59Z tv $ |
CSVParserCactusTest | public CSVParserCactusTest(String name)(Code) | | Constructor for CSVParserTest.
Parameters: arg0 - |
setUp | protected void setUp() throws Exception(Code) | | This will setup an instance of turbine to use when testing
if an exception occurs. |
suite | public static Test suite()(Code) | | Return a test suite of all our tests.
a Test value |
tearDown | protected void tearDown() throws Exception(Code) | | Shut down our turbine servlet and let our parents clean up also.
exception: Exception - if an error occurs |
testEmptyFieldNames | public void testEmptyFieldNames()(Code) | | Tests if some fields are empty, but the values exists..
|
testEmptyFieldValues | public void testEmptyFieldValues()(Code) | | Tests if you can leave field values empty
|
testNormalFieldValues | public void testNormalFieldValues()(Code) | | Tests if normal operation is still working
|
|
|