Copyright (C) 2003,2004 dr. Cristiano Sadun

org.sadun.text.ffp.test
Class FFPTest

java.lang.Object
  extended byTestCase
      extended byorg.sadun.text.ffp.test.FFPTest
Direct Known Subclasses:
DBInsertionListenerTest, JMXFFPTest

public class FFPTest
extends TestCase

Version:
1.0
Author:
Cristiano Sadun
See Also:
Serialized Form

Field Summary
protected  java.lang.String test00
           
protected  java.lang.String[] test00Data
           
protected  LineFormat test00format
           
 
Constructor Summary
FFPTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void setupBetFor00(FlatFileParser ffp)
           
 void testDispatch()
           
 void testParseAsXML()
           
 void testParseLine()
           
 void testParseLineNoFail()
           
 void testParseLineNoMatch()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

test00format

protected LineFormat test00format

test00Data

protected java.lang.String[] test00Data

test00

protected java.lang.String test00
Constructor Detail

FFPTest

public FFPTest()
Method Detail

main

public static void main(java.lang.String[] args)

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

setupBetFor00

protected void setupBetFor00(FlatFileParser ffp)

testParseLine

public void testParseLine()
                   throws java.io.IOException,
                          FFPParseException
Throws:
java.io.IOException
FFPParseException

testParseLineNoMatch

public void testParseLineNoMatch()
                          throws java.io.IOException,
                                 FFPParseException
Throws:
java.io.IOException
FFPParseException

testParseLineNoFail

public void testParseLineNoFail()
                         throws java.io.IOException,
                                FFPParseException
Throws:
java.io.IOException
FFPParseException

testParseAsXML

public void testParseAsXML()
                    throws java.io.IOException,
                           FFPParseException
Throws:
java.io.IOException
FFPParseException

testDispatch

public void testDispatch()

Copyright (C) 2003,2004 dr. Cristiano Sadun