Package com.clarkware.junitperf

Examples of com.clarkware.junitperf.TimedTest


        Test testCase = new PerThreadSingletonTest(testMethod);

        Test repeatedTest = new RepeatedTest(testCase, iterations);
        Test loadTest = new LoadTest(repeatedTest, users);
        Test timedTest = new TimedTest(loadTest, maxElapsedTime);

        return timedTest;
    }
View Full Code Here

TOP

Related Classes of com.clarkware.junitperf.TimedTest

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.