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"));
}