com.ricebridge.csvman.test
Class CsvLoaderTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.ricebridge.csvman.test.CsvLoaderTest
All Implemented Interfaces:
junit.framework.Test

public class CsvLoaderTest
extends junit.framework.TestCase

Test cases for CsvLoader .

The Source Code of this Java class is available under a BSD-style license.


Constructor Summary
CsvLoaderTest(String pName)
           
 
Method Summary
static void main(String[] pArgs)
           
static junit.framework.TestSuite suite()
           
 void testArray()
           
 void testEmptyLines()
           
 void testExample()
           
 void testRepeat()
           
 void testSingle()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CsvLoaderTest

public CsvLoaderTest(String pName)
Method Detail

suite

public static junit.framework.TestSuite suite()

main

public static void main(String[] pArgs)

testExample

public void testExample()
                 throws Exception
Throws:
Exception

testSingle

public void testSingle()
                throws Exception
Throws:
Exception

testRepeat

public void testRepeat()
                throws Exception
Throws:
Exception

testArray

public void testArray()

testEmptyLines

public void testEmptyLines()


Copyright © 2003-2006 Ricebridge