org.openprivacy.reptile.tests
Class JUnitRSSParseTests

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.openprivacy.reptile.tests.JUnitRSSParseTests
All Implemented Interfaces:
junit.framework.Test

public class JUnitRSSParseTests
extends junit.framework.TestCase

Version:
$Id: JUnitRSSParseTests.java,v 1.4 2002/08/26 05:50:29 burton Exp $
Author:
Kevin A. Burton

Constructor Summary
JUnitRSSParseTests(java.lang.String name)
          Create a new JUnitRSSParseTests instance.
 
Method Summary
 void testCNN()
          Test single node operation..
 void testDayPop()
           
 void testFirstMonday()
           
 void testFirstMondayArticle()
           
 void testMSNBC()
           
 void testSportsIllustrated()
           
 void testWashingtonPost()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JUnitRSSParseTests

public JUnitRSSParseTests(java.lang.String name)
Create a new JUnitRSSParseTests instance.

Method Detail

testCNN

public void testCNN()
             throws java.lang.Exception
Test single node operation..

java.lang.Exception

testSportsIllustrated

public void testSportsIllustrated()
                           throws java.lang.Exception
java.lang.Exception

testDayPop

public void testDayPop()
                throws java.lang.Exception
java.lang.Exception

testFirstMonday

public void testFirstMonday()
                     throws java.lang.Exception
java.lang.Exception

testWashingtonPost

public void testWashingtonPost()
                        throws java.lang.Exception
java.lang.Exception

testMSNBC

public void testMSNBC()
               throws java.lang.Exception
java.lang.Exception

testFirstMondayArticle

public void testFirstMondayArticle()
                            throws java.lang.Exception
java.lang.Exception