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(java.lang.String name)
           
 
Method Summary
 void testNewsMLStream()
           
 void testNewsMLURL()
           
 void testNodeStream()
           
 void testNodeURL()
           
 void testNoValidation()
           
 void testValidation()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, name, run, run, runBare, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewsMLFactoryTest

public NewsMLFactoryTest(java.lang.String name)
Method Detail

testNewsMLURL

public void testNewsMLURL()
                   throws java.io.IOException

testNewsMLStream

public void testNewsMLStream()
                      throws java.io.IOException

testNodeURL

public void testNodeURL()
                 throws java.io.IOException

testNodeStream

public void testNodeStream()
                    throws java.io.IOException

testValidation

public void testValidation()
                    throws java.io.IOException

testNoValidation

public void testNoValidation()
                      throws java.io.IOException