|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.sun.syndication.unittest.FeedTest
com.sun.syndication.unittest.SyndFeedTest
public abstract class SyndFeedTest
Constructor Summary | |
---|---|
protected |
SyndFeedTest(String feedType)
|
protected |
SyndFeedTest(String feedType,
String feedFileName)
|
Method Summary | |
---|---|
protected void |
assertEqualsStr(String expected,
String actual)
|
protected void |
assertProperty(String property,
String value)
|
String |
getEntryAuthor(Object o)
|
String |
getEntryDescription(Object o)
|
String |
getEntryLink(Object o)
|
Date |
getEntryPublishedDate(Object o)
|
String |
getEntryTitle(Object o)
|
protected String |
getPrefix()
|
protected void |
tearDown()
|
void |
testDescription()
|
void |
testEntries()
|
void |
testEntryDescription()
|
void |
testEntryLink()
|
void |
testEntryPublishedDate()
|
void |
testEntryTitle()
|
void |
testImage()
|
void |
testLanguage()
|
void |
testLink()
|
void |
testPreserveWireFeed()
|
void |
testPublishedDate()
|
void |
testTitle()
|
void |
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 |
---|
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected SyndFeedTest(String feedType)
protected SyndFeedTest(String feedType, String feedFileName)
Method Detail |
---|
protected String getPrefix()
protected void assertProperty(String property, String value)
protected void assertEqualsStr(String expected, String actual)
public void testPreserveWireFeed() throws Exception
Exception
public void testType() throws Exception
Exception
public void testTitle() throws Exception
Exception
public void testLink() throws Exception
Exception
public void testDescription() throws Exception
Exception
public void testLanguage() throws Exception
Exception
public void testPublishedDate() throws Exception
Exception
public void testImage() throws Exception
Exception
public void testEntries() throws Exception
Exception
public void testEntryTitle() throws Exception
Exception
public String getEntryTitle(Object o) throws Exception
Exception
public void testEntryDescription() throws Exception
Exception
public String getEntryDescription(Object o) throws Exception
Exception
public void testEntryLink() throws Exception
Exception
public String getEntryLink(Object o)
public void testEntryPublishedDate() throws Exception
Exception
public Date getEntryPublishedDate(Object o)
public String getEntryAuthor(Object o)
protected void tearDown() throws Exception
tearDown
in class junit.framework.TestCase
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |