Package com.salas.bbutilities.opml.objects

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


        assertEquals("Should be 2 guides.", 2, guides.length);
        assertEquals("1", guides[0].getTitle());
        assertEquals("1", guides[0].getIcon());
        assertEquals(1, guides[0].getFeeds().size());

        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.DirectOPMLFeed

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.