org.sadun.text.ffp.test
Class FFPTest
java.lang.Object
TestCase
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
test00format
protected LineFormat test00format
test00Data
protected java.lang.String[] test00Data
test00
protected java.lang.String test00
FFPTest
public FFPTest()
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()