Package org.apache.derbyTesting.junit

Examples of org.apache.derbyTesting.junit.TimeZoneTestSetup


    }

    public static Test suite() {
        // Run the test in a fixed timezone so that we know exactly what time
        // DST is observed.
        return new TimeZoneTestSetup(
                TestConfiguration.defaultSuite(DaylightSavingTest.class),
                "America/Chicago");
    }
View Full Code Here

TOP

Related Classes of org.apache.derbyTesting.junit.TimeZoneTestSetup

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.