com.splunk
Class AtomFeedTest

java.lang.Object
  extended by com.splunk.AtomFeedTest

public class AtomFeedTest
extends java.lang.Object

Test the parsing of Atom feeds. All the raw XML to parse is in the data/atom/ directory, and the expected behavior is specified in the data/atom_test_data.json file.


Constructor Summary
AtomFeedTest(java.lang.String testName)
           
 
Method Summary
 void testAtomFeed()
           
static java.util.Collection<java.lang.Object[]> testCases()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtomFeedTest

public AtomFeedTest(java.lang.String testName)
Method Detail

testAtomFeed

public void testAtomFeed()

testCases

public static java.util.Collection<java.lang.Object[]> testCases()