Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.syndication.unittest
Class TestSyndFeedRSS094  view TestSyndFeedRSS094 download TestSyndFeedRSS094.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.sun.syndication.unittest.FeedTest
              extended bycom.sun.syndication.unittest.SyndFeedTest
                  extended bycom.sun.syndication.unittest.TestSyndFeedRSS090
                      extended bycom.sun.syndication.unittest.TestSyndFeedRSS091N
                          extended bycom.sun.syndication.unittest.TestSyndFeedRSS092
                              extended bycom.sun.syndication.unittest.TestSyndFeedRSS093
                                  extended bycom.sun.syndication.unittest.TestSyndFeedRSS094
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
TestSyndFeedRSS20

public class TestSyndFeedRSS094
extends TestSyndFeedRSS093


Field Summary
 
Fields inherited from class com.sun.syndication.unittest.SyndFeedTest
 
Fields inherited from class com.sun.syndication.unittest.FeedTest
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
  TestSyndFeedRSS094()
           
protected TestSyndFeedRSS094(java.lang.String type)
           
protected TestSyndFeedRSS094(java.lang.String feedType, java.lang.String feedFileName)
           
 
Method Summary
protected  void _testDescriptionType(com.sun.syndication.feed.synd.SyndEntry entry, int i)
           
protected  void _testItem(int i)
           
 void testCategories()
           
 
Methods inherited from class com.sun.syndication.unittest.TestSyndFeedRSS092
_testCategories, _testEnclosures
 
Methods inherited from class com.sun.syndication.unittest.TestSyndFeedRSS091N
testAuthor, testCopyright, testImageDescription, testImageLink, testImageTitle, testImageUrl, testLanguage, testPublishedDate
 
Methods inherited from class com.sun.syndication.unittest.TestSyndFeedRSS090
testDescription, testItem0, testItem1, testLink, testTitle
 
Methods inherited from class com.sun.syndication.unittest.SyndFeedTest
assertProperty, getPrefix, tearDown, testType
 
Methods inherited from class com.sun.syndication.unittest.FeedTest
getCachedJDomDoc, 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

TestSyndFeedRSS094

public TestSyndFeedRSS094()

TestSyndFeedRSS094

protected TestSyndFeedRSS094(java.lang.String type)

TestSyndFeedRSS094

protected TestSyndFeedRSS094(java.lang.String feedType,
                             java.lang.String feedFileName)
Method Detail

testCategories

public void testCategories()
                    throws java.lang.Exception

_testItem

protected void _testItem(int i)
                  throws java.lang.Exception
Overrides:
_testItem in class TestSyndFeedRSS093

_testDescriptionType

protected void _testDescriptionType(com.sun.syndication.feed.synd.SyndEntry entry,
                                    int i)
                             throws java.lang.Exception
Overrides:
_testDescriptionType in class TestSyndFeedRSS093