Esempio n. 1
0
  @Before
  public void setUp() throws Exception {
    server = ValueServerHelper.narrow(setup.getServerObject());

    // for warm up
    server.receive_string("a", "b");
  }