Package com.salas.bbutilities.opml.objects

Examples of com.salas.bbutilities.opml.objects.QueryOPMLFeed


        DirectOPMLFeed opmlFeed1 = (DirectOPMLFeed)guides[0].getFeeds().get(0);
        assertEquals("1t", opmlFeed1.getTitle());
        assertEquals(4, opmlFeed1.getRating());

        QueryOPMLFeed opmlFeed2 = (QueryOPMLFeed)guides[1].getFeeds().get(0);
        assertEquals("2t", opmlFeed2.getTitle());
    }
View Full Code Here

TOP

Related Classes of com.salas.bbutilities.opml.objects.QueryOPMLFeed

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.