Package com.github.dreamhead.moco.config

Examples of com.github.dreamhead.moco.config.MocoContextConfig


    public static SocketServer socketServer(int port) {
        return ActualSocketServer.createQuietServer(of(port));
    }

    public static MocoConfig context(final String context) {
        return new MocoContextConfig(checkNotNullOrEmpty(context, "Context should not be null"));
    }
View Full Code Here

TOP

Related Classes of com.github.dreamhead.moco.config.MocoContextConfig

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.