Class TestDocumentExtraction

  • All Implemented Interfaces:
    junit.framework.Test

    public class TestDocumentExtraction
    extends junit.framework.TestCase
    Created: Oct 12, 2004
    Version:
    $Id: TestDocumentExtraction.java,v 1.1 2007/10/22 21:38:02 mccallum Exp $
    Author:
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static junit.framework.Test suite()  
      void testNestedToXML()  
      void testNestedXMLTokenizationFilter()  
      void testToXml()  
      void testToXmlBIO()  
      • Methods inherited from class junit.framework.TestCase

        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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TestDocumentExtraction

        public TestDocumentExtraction​(java.lang.String name)
    • Method Detail

      • suite

        public static junit.framework.Test suite()
      • testToXml

        public void testToXml()
      • testToXmlBIO

        public void testToXmlBIO()
      • testNestedToXML

        public void testNestedToXML()
      • testNestedXMLTokenizationFilter

        public void testNestedXMLTokenizationFilter()
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable