com.quiotix.html.example.test
Class DumpLinksTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.quiotix.html.example.test.DumpLinksTest
All Implemented Interfaces:
junit.framework.Test

public class DumpLinksTest
extends junit.framework.TestCase

Since:
19 Nov 2007
Author:
timp

Constructor Summary
DumpLinksTest(String name)
           
 
Method Summary
protected  void setUp()
          
protected  void tearDown()
          
 void testDumpLinksOutputStream()
          Test method for DumpLinks.DumpLinks(java.io.OutputStream).
 void testDumpLinksOutputStreamString()
          Test method for DumpLinks.DumpLinks(java.io.OutputStream, java.lang.String).
 void testFinish()
          Test method for DumpLinks.finish().
 void testMain()
          Test method for DumpLinks.main(java.lang.String[]).
 void testVisitTag()
          Test method for DumpLinks.visit(com.quiotix.html.parser.HtmlDocument.Tag).
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DumpLinksTest

public DumpLinksTest(String name)
Parameters:
name -
Method Detail

setUp

protected void setUp()
              throws Exception

Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception
See Also:
TestCase.setUp()

tearDown

protected void tearDown()
                 throws Exception

Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception
See Also:
TestCase.tearDown()

testVisitTag

public void testVisitTag()
Test method for DumpLinks.visit(com.quiotix.html.parser.HtmlDocument.Tag).


testFinish

public void testFinish()
Test method for DumpLinks.finish().


testDumpLinksOutputStream

public void testDumpLinksOutputStream()
                               throws Exception
Test method for DumpLinks.DumpLinks(java.io.OutputStream).

Throws:
Exception

testDumpLinksOutputStreamString

public void testDumpLinksOutputStreamString()
Test method for DumpLinks.DumpLinks(java.io.OutputStream, java.lang.String).


testMain

public void testMain()
Test method for DumpLinks.main(java.lang.String[]).



Copyright © 1999-2011 Quiotix. All Rights Reserved.