com.ricebridge.csvman.test
Class BadLineTest

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

public class BadLineTest
extends junit.framework.TestCase

Test cases for BadLine.

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


Nested Class Summary
static class BadLineTest.FailingListener
           
static class BadLineTest.NullLineListener
           
 
Constructor Summary
BadLineTest(String pName)
           
 
Method Summary
static void main(String[] pArgs)
           
 void manual_testMemory()
           
static junit.framework.TestSuite suite()
           
 void testFollowing()
           
 void testIgnoreBadLinesWithFailingListener()
           
 void testNormal()
           
 void testResume()
           
 
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

BadLineTest

public BadLineTest(String pName)
Method Detail

suite

public static junit.framework.TestSuite suite()

main

public static void main(String[] pArgs)
                 throws Exception
Throws:
Exception

testNormal

public void testNormal()
                throws Exception
Throws:
Exception

testResume

public void testResume()
                throws Exception
Throws:
Exception

testFollowing

public void testFollowing()
                   throws Exception
Throws:
Exception

testIgnoreBadLinesWithFailingListener

public void testIgnoreBadLinesWithFailingListener()

manual_testMemory

public void manual_testMemory()
                       throws Exception
Throws:
Exception


Copyright © 2003-2006 Ricebridge