495051525354555657
private RemotingChannelPairSetup channels; @Before public void start() throws Exception { channels = new RemoteChannelPairSetup(); channels.setupRemoting(new SimpleHandlers.OperationHandler()); channels.startChannels(); }