| org.apache.commons.betwixt.AbstractTestCase org.apache.commons.betwixt.TestRSSRoundTrip
TestRSSRoundTrip | public class TestRSSRoundTrip extends AbstractTestCase (Code) | | Test harness which parses an RSS document using Digester
then outputs it using Betwixt, then parses it again with Digester
to check that the document is parseable again.
author: James Strachan version: $Revision: 438373 $ |
Field Summary | |
final protected static String | registrations The set of public identifiers, and corresponding resource names,
for the versions of the DTDs that we know about. |
registrations | final protected static String registrations(Code) | | The set of public identifiers, and corresponding resource names,
for the versions of the DTDs that we know about.
|
TestRSSRoundTrip | public TestRSSRoundTrip(String testName)(Code) | | |
suite | public static Test suite()(Code) | | |
testBeanWriterRoundTrip | public void testBeanWriterRoundTrip() throws Exception(Code) | | This tests using the both the RSSDigester
and the BeanReader to parse an RSS and output it
using the BeanWriter
|
|
|