KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > sun > syndication > unittest > TestOpsRSS094


1 package com.sun.syndication.unittest;
2
3 /**
4  *
5  * <p>
6  * @author Alejandro Abdelnur
7  *
8  */

9 public class TestOpsRSS094 extends FeedOpsTest {
10
11     public static void main(String JavaDoc[] args) throws Exception JavaDoc {
12         FeedOpsTest test = new TestOpsRSS094();
13         test.testWireFeedSyndFeedConversion();
14     }
15
16     public TestOpsRSS094() {
17         super("rss_0.94");
18     }
19
20 }
21
Popular Tags