org.newsml.toolkit.dom.unittests
Class NewsMLFactoryTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.newsml.toolkit.dom.unittests.NewsMLFactoryTest
All Implemented Interfaces:
junit.framework.Test

public class NewsMLFactoryTest
extends junit.framework.TestCase


Constructor Summary
NewsMLFactoryTest(String name)
           
 
Method Summary
 void testNewsMLStream()
           
 void testNewsMLURL()
           
 void testNodeStream()
           
 void testNodeURL()
           
 void testNoValidation()
           
 void testValidation()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, name, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewsMLFactoryTest

public NewsMLFactoryTest(String name)
Method Detail

testNewsMLURL

public void testNewsMLURL()
                   throws IOException

testNewsMLStream

public void testNewsMLStream()
                      throws IOException

testNodeURL

public void testNodeURL()
                 throws IOException

testNodeStream

public void testNodeStream()
                    throws IOException

testValidation

public void testValidation()
                    throws IOException

testNoValidation

public void testNoValidation()
                      throws IOException