Package com.clarkware.junitperf

Examples of com.clarkware.junitperf.TestFactory


        super(aName);
        AspectWerkz.getSystem("tests").initialize();
    }

    private static Test asLoadTest(Class testClass, int thread, int loops) {
        return new LoadTest(new TestFactory(testClass), thread, loops);
    }
View Full Code Here

TOP

Related Classes of com.clarkware.junitperf.TestFactory

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.