Examples of ParserResult


Examples of slash.navigation.base.ParserResult

public class GoPalTrackFormatIT extends NavigationTestCase {
    private NavigationFormatParser parser = new NavigationFormatParser();

    public void testIsNotNmn6FavoritesWithValidPositions() throws IOException {
        File source = new File(SAMPLE_PATH + "dieter2-GoPal3Track.trk");
        ParserResult result = parser.read(source);
        assertNotNull(result);
        assertEquals(GoPalTrackFormat.class, result.getFormat().getClass());
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.