Exemple #1
0
  @Test
  public void startUp() throws Exception {

    Future<Radon> future = aradon.toRadon(9000).start();
    future.get();
  }