Package com.lmax.ant.paralleljunit.util.net

Examples of com.lmax.ant.paralleljunit.util.net.SocketConnectionFactory


    public static void main(final String... args)
    {
        final ArgsParser parser = new ArgsParser();
        final RemoteTestRunnerParams paramsRemote = parser.parseMainArgs(args);

        final SocketConnectionFactory connectionFactory = new SocketConnectionFactory(SocketFactory.getDefault());

        final RemoteTestRunner testRunner = new RemoteTestRunner(paramsRemote, connectionFactory);
        testRunner.executeTests();
    }
View Full Code Here

TOP

Related Classes of com.lmax.ant.paralleljunit.util.net.SocketConnectionFactory

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.