org.newsml.toolkit.dom.unittests
Class NewsLinesTest

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

public class NewsLinesTest
extends junit.framework.TestCase


Constructor Summary
NewsLinesTest(String name)
           
 
Method Summary
 void testBase()
           
 void testByLine()
           
 void testCopyrightLine()
           
 void testCreditLine()
           
 void testDateLine()
           
 void testHeadLine()
           
 void testHeadLineGroup()
           
 void testIdentifiers()
           
 void testKeywordLine()
           
 void testNewsLine()
           
 void testRightsLine()
           
 void testSeriesLine()
           
 void testSlugLine()
           
 void testSubHeadLine()
           
 
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

NewsLinesTest

public NewsLinesTest(String name)
Method Detail

testBase

public void testBase()

testIdentifiers

public void testIdentifiers()

testHeadLineGroup

public void testHeadLineGroup()

testHeadLine

public void testHeadLine()

testSubHeadLine

public void testSubHeadLine()

testByLine

public void testByLine()

testDateLine

public void testDateLine()

testCreditLine

public void testCreditLine()

testCopyrightLine

public void testCopyrightLine()

testRightsLine

public void testRightsLine()

testSeriesLine

public void testSeriesLine()

testSlugLine

public void testSlugLine()

testKeywordLine

public void testKeywordLine()

testNewsLine

public void testNewsLine()