com.sun.syndication.unittest.issues
Class Issue1Test

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.issues.Issue1Test
All Implemented Interfaces:
junit.framework.Test

public class Issue1Test
extends SyndFeedTest

Author:
robert.cooper

Constructor Summary
Issue1Test()
           
 
Method Summary
protected  InputStream getStream(String garbish, String xmlDoc)
           
 void testAmpHandling()
           
 void testHtmlEntities()
           
protected  void testInvalidEntities(String xmlDoc)
           
protected  void testInvalidTrim(String garbish, String xmlDoc)
           
 void testTrim()
           
protected  void testValidEntities(String xmlDoc)
           
protected  void testValidTrim(String garbish, String xmlDoc)
           
protected  void testXmlParse(String garbish, String xmlDoc)
           
 
Methods inherited from class com.sun.syndication.unittest.SyndFeedTest
assertEqualsStr, assertProperty, getEntryAuthor, getEntryDescription, getEntryLink, getEntryPublishedDate, getEntryTitle, getPrefix, tearDown, testDescription, testEntries, testEntryDescription, testEntryLink, testEntryPublishedDate, testEntryTitle, testImage, testLanguage, testLink, testPreserveWireFeed, testPublishedDate, testTitle, 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

Issue1Test

public Issue1Test()
Method Detail

testAmpHandling

public void testAmpHandling()
                     throws Exception
Throws:
Exception

testHtmlEntities

public void testHtmlEntities()
                      throws Exception
Throws:
Exception

testTrim

public void testTrim()
              throws Exception
Throws:
Exception

getStream

protected InputStream getStream(String garbish,
                                String xmlDoc)
                         throws IOException
Throws:
IOException

testInvalidEntities

protected void testInvalidEntities(String xmlDoc)
                            throws Exception
Throws:
Exception

testInvalidTrim

protected void testInvalidTrim(String garbish,
                               String xmlDoc)
                        throws Exception
Throws:
Exception

testValidEntities

protected void testValidEntities(String xmlDoc)
                          throws Exception
Throws:
Exception

testValidTrim

protected void testValidTrim(String garbish,
                             String xmlDoc)
                      throws Exception
Throws:
Exception

testXmlParse

protected void testXmlParse(String garbish,
                            String xmlDoc)
                     throws Exception
Throws:
Exception


Copyright © 2004–2013 ROME Project. All rights reserved.