com.sun.syndication.unittest
Class TestSyndFeedAtom03

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.sun.syndication.unittest.FeedTest
              extended by com.sun.syndication.unittest.SyndFeedTest
                  extended by com.sun.syndication.unittest.TestSyndFeedAtom03
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
TestSyndFeedAtom03DCSyModules, TestSyndFeedAtom10

public class TestSyndFeedAtom03
extends SyndFeedTest

Author:
pat

Constructor Summary
  TestSyndFeedAtom03()
           
protected TestSyndFeedAtom03(String type)
           
protected TestSyndFeedAtom03(String feedType, String feedFileName)
           
 
Method Summary
protected  void _testEntry(int i)
           
 void getAuthor()
           
 void testCopyright()
           
 void testDescription()
           
 void testEntry0()
           
 void testEntry1()
           
 void testEntryDescription()
           
 void testEntryLink()
           
 void testEntryTitle()
           
 void testImage()
           
 void testLanguage()
           
 void testLink()
           
 void testPublishedDate()
           
 void testTitle()
           
 
Methods inherited from class com.sun.syndication.unittest.SyndFeedTest
assertEqualsStr, assertProperty, getEntryAuthor, getEntryDescription, getEntryLink, getEntryPublishedDate, getEntryTitle, getPrefix, tearDown, testEntries, testEntryPublishedDate, testPreserveWireFeed, testType
 
Methods inherited from class com.sun.syndication.unittest.FeedTest
getCachedJDomDoc, getCachedSyndFeed, getCachedSyndFeed, getCachedWireFeed, getFeedFileName, getFeedReader, getJDomDoc, getSyndFeed, getWireFeed
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, 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

TestSyndFeedAtom03

public TestSyndFeedAtom03()

TestSyndFeedAtom03

protected TestSyndFeedAtom03(String type)

TestSyndFeedAtom03

protected TestSyndFeedAtom03(String feedType,
                             String feedFileName)
Method Detail

testTitle

public void testTitle()
               throws Exception
Overrides:
testTitle in class SyndFeedTest
Throws:
Exception

testLink

public void testLink()
              throws Exception
Overrides:
testLink in class SyndFeedTest
Throws:
Exception

getAuthor

public void getAuthor()
               throws Exception
Throws:
Exception

testCopyright

public void testCopyright()
                   throws Exception
Throws:
Exception

testPublishedDate

public void testPublishedDate()
                       throws Exception
Overrides:
testPublishedDate in class SyndFeedTest
Throws:
Exception

_testEntry

protected void _testEntry(int i)
                   throws Exception
Throws:
Exception

testEntry0

public void testEntry0()
                throws Exception
Throws:
Exception

testEntry1

public void testEntry1()
                throws Exception
Throws:
Exception

testDescription

public void testDescription()
                     throws Exception
Overrides:
testDescription in class SyndFeedTest
Throws:
Exception

testEntryLink

public void testEntryLink()
                   throws Exception
Overrides:
testEntryLink in class SyndFeedTest
Throws:
Exception

testLanguage

public void testLanguage()
                  throws Exception
Overrides:
testLanguage in class SyndFeedTest
Throws:
Exception

testImage

public void testImage()
               throws Exception
Overrides:
testImage in class SyndFeedTest
Throws:
Exception

testEntryTitle

public void testEntryTitle()
                    throws Exception
Overrides:
testEntryTitle in class SyndFeedTest
Throws:
Exception

testEntryDescription

public void testEntryDescription()
                          throws Exception
Overrides:
testEntryDescription in class SyndFeedTest
Throws:
Exception


Copyright © 2004-2013 ROME Project. All Rights Reserved.