| Home >> All >> com >> sun >> syndication >> [ unittest Javadoc ] |
Source code: com/sun/syndication/unittest/TestOpsRSS091N.java
1 package com.sun.syndication.unittest; 2 3 /** 4 * 5 * <p> 6 * @author Alejandro Abdelnur 7 * 8 */ 9 public class TestOpsRSS091N extends FeedOpsTest { 10 11 public static void main(String[] args) throws Exception { 12 FeedOpsTest test = new TestOpsRSS091N(); 13 test.testWireFeedSyndFeedConversion(); 14 } 15 16 public TestOpsRSS091N() { 17 super("rss_0.91N"); 18 } 19 20 }