Package com.omertron.themoviedbapi.model

Examples of com.omertron.themoviedbapi.model.Keyword


     * @throws MovieDbException
     */
    @Test
    public void testGetKeyword() throws Exception {
        LOG.info("getKeyword");
        Keyword result = tmdb.getKeyword(ID_KEYWORD);
        assertEquals("fight", result.getName());
    }
View Full Code Here

TOP

Related Classes of com.omertron.themoviedbapi.model.Keyword

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.