Package slash.navigation.lmx.binding

Examples of slash.navigation.lmx.binding.MediaLinkType


        assertEquals("Waypoint1 Name", type.getName());
        assertEquals("Description", type.getDescription());
        assertDoubleEquals(2.0f, type.getCoverageRadius());
        List<MediaLinkType> linkTypes = type.getMediaLink();
        assertNotNull(linkTypes);
        MediaLinkType mediaLinkType = linkTypes.get(0);
        assertEquals("URL", mediaLinkType.getUrl());
        assertEquals("URLName", mediaLinkType.getName());
        assertEquals("URLMime", mediaLinkType.getMime());
    }
View Full Code Here

TOP

Related Classes of slash.navigation.lmx.binding.MediaLinkType

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.