de.java2html.javasource.test
Class JavaSourceIteratorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by de.java2html.javasource.test.JavaSourceIteratorTest
All Implemented Interfaces:
junit.framework.Test

public class JavaSourceIteratorTest
extends junit.framework.TestCase


Constructor Summary
JavaSourceIteratorTest()
           
 
Method Summary
 void test1()
           
 void testEmpty()
           
 void testEmptyLinesAreEmptyRuns()
           
 void testFirstIsNewLine()
           
 void testSingle()
           
 void testTwoLines()
           
 
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

JavaSourceIteratorTest

public JavaSourceIteratorTest()
Method Detail

testEmpty

public void testEmpty()
               throws java.io.IOException
Throws:
java.io.IOException

testFirstIsNewLine

public void testFirstIsNewLine()
                        throws java.io.IOException
Throws:
java.io.IOException

testSingle

public void testSingle()
                throws java.io.IOException
Throws:
java.io.IOException

testTwoLines

public void testTwoLines()
                  throws java.io.IOException
Throws:
java.io.IOException

test1

public void test1()
           throws java.io.IOException
Throws:
java.io.IOException

testEmptyLinesAreEmptyRuns

public void testEmptyLinesAreEmptyRuns()
                                throws java.io.IOException
Throws:
java.io.IOException