Package com.netflix.simianarmy

Examples of com.netflix.simianarmy.TestMonkey


    }

    @Test
    void testMonkeyTime() {
        Calendar test = Calendar.getInstance();
        Monkey monkey = new TestMonkey();

        // using leap day b/c it is not a holiday & not a weekend
        test.set(Calendar.YEAR, 2012);
        test.set(Calendar.MONTH, Calendar.FEBRUARY);
        test.set(Calendar.DAY_OF_MONTH, 29);
View Full Code Here

TOP

Related Classes of com.netflix.simianarmy.TestMonkey

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.