com.ricebridge.csvman.test
Class TestUtil
java.lang.Object
com.ricebridge.csvman.test.TestUtil
- public class TestUtil
- extends Object
Utilities for testing.
The Source Code of this Java class
is available under a BSD-style license.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NUM_FIELDS
public static final int NUM_FIELDS
- See Also:
- Constant Field Values
TESTDATA
public static final String[] TESTDATA
TestUtil
public TestUtil()
loadData
public static void loadData(LineListener pLN,
int pSeed)
verifyTableModel
public static boolean verifyTableModel(TableModel pTableModel,
int pSeed)
getTextCsvFile
public static File getTextCsvFile(String pName)
throws Exception
- Throws:
Exception
displayLists
public static void displayLists(List pLA,
List pLB)
displayTimes
public static void displayTimes(CsvManager pCsvManager)
writeData
public void writeData(File pFile,
byte[] pData)
throws Exception
- Throws:
Exception
normalizeAsLists
public static String normalizeAsLists(List pData)
findFile
public static File findFile(String pName)
throws Exception
- Throws:
Exception
Copyright © 2003-2006 Ricebridge