| |
|
| org.axiondb.engine.tables.AbstractTableTest org.axiondb.engine.tables.TestDelimitedFlatfileTable
TestDelimitedFlatfileTable | public class TestDelimitedFlatfileTable extends AbstractTableTest (Code) | | version: $Revision: 1.20 $ $Date: 2005/12/20 19:08:58 $ author: Ahimanikya Satapathy |
TestDelimitedFlatfileTable | public TestDelimitedFlatfileTable(String testName)(Code) | | |
suite | public static Test suite()(Code) | | |
testCharTokenizerWithNumericLastColumnAtLineCharBufferCapacity | public void testCharTokenizerWithNumericLastColumnAtLineCharBufferCapacity() throws Exception(Code) | | Tests whether parsing logic in org.axiondb.engine.tables.DelimitedFlatfileTable.CharTokenizer correctly handles the scenario where the
parsed record fits exactly within the size of _lineCharBuffer, and the last field is
numeric (non-char).
throws: Exception - if an unexpected error occurs |
testCharTokenizerWithQuotedCharLastColumnAtLineCharBufferCapacity | public void testCharTokenizerWithQuotedCharLastColumnAtLineCharBufferCapacity() throws Exception(Code) | | Tests whether parsing logic in org.axiondb.engine.tables.DelimitedFlatfileTable.CharTokenizer correctly handles the scenario where the
records are delimited with CR/LF but the declared record delimiter is LF only, and the
last field is numeric (non-char).
throws: Exception - if an unexpected error occurs |
testFileReadCustomRecordDelimiter | public void testFileReadCustomRecordDelimiter() throws Exception(Code) | | |
testFileReadNoValidRow | public void testFileReadNoValidRow() throws Exception(Code) | | |
testFileReadQuotedMissingCloseQuote | public void testFileReadQuotedMissingCloseQuote() throws Exception(Code) | | |
testGetLobDir | public void testGetLobDir()(Code) | | |
testInvalidDataType | public void testInvalidDataType() throws Exception(Code) | | |
testInvalidPropertyKey | public void testInvalidPropertyKey() throws Exception(Code) | | |
|
|
|