|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
net.sf.jsefa.test.io.LineSegmentReaderTest
public class LineSegmentReaderTest
Tests for testing the LineSegmentReader.
| Constructor Summary | |
|---|---|
LineSegmentReaderTest()
|
|
| Method Summary | |
|---|---|
void |
testLimitedLines()
Tests the reading of lines with limited size. |
void |
testLines()
Tests the reading of complete lines. |
void |
testMarkOnLines()
Tests the mark and reset operation when reading complete lines. |
void |
testMarkOnSegmentsWithSpecialTerminator()
Tests the mark and reset operation when reading segments with a special terminator. |
void |
testWithSpecialTerminator()
Tests the reading of segments with a special terminator. |
| 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, format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LineSegmentReaderTest()
| Method Detail |
|---|
public void testLines()
throws Exception
Exception - ignore
public void testLimitedLines()
throws Exception
Exception - ignore
public void testMarkOnLines()
throws Exception
Exception - ignore
public void testWithSpecialTerminator()
throws Exception
Exception - ignore
public void testMarkOnSegmentsWithSpecialTerminator()
throws Exception
Exception - ignore
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||