org.newsml.toolkit.dom.unittests
Class CopyrightTest

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

public class CopyrightTest
extends junit.framework.TestCase


Constructor Summary
CopyrightTest(String name)
           
 
Method Summary
 void testAssignment()
           
 void testBase()
           
 void testComment()
           
 void testCopyrightDate()
           
 void testCopyrightHolder()
           
 void testIdentifiers()
           
 
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

CopyrightTest

public CopyrightTest(String name)
Method Detail

testBase

public void testBase()

testIdentifiers

public void testIdentifiers()

testAssignment

public void testAssignment()

testComment

public void testComment()

testCopyrightHolder

public void testCopyrightHolder()

testCopyrightDate

public void testCopyrightDate()