Package com.luckycatlabs.sunrisesunset.util

Examples of com.luckycatlabs.sunrisesunset.util.CSVTestDriver


    private static CSVTestDriver driver;
    private static String[] dataSetNames; // The lat/long will be encoded in the filename.

    @BeforeClass
    public static void setupAllTests() {
        driver = new CSVTestDriver("testdata");
        dataSetNames = driver.getFileNames();
    }
View Full Code Here

TOP

Related Classes of com.luckycatlabs.sunrisesunset.util.CSVTestDriver

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.