Exemplo n.º 1
0
  @Test
  public void testPopulator()
      throws IOException, InterruptedException, ExecutionException, MutationFailedException,
          TimeoutException {
    PopulatorTest populator = new PopulatorTest();
    tableName = ByteString.copyFrom(Bytes.toBytes(name.getMethodName()));

    main(new String[] {String.valueOf(getRegionServerPort())});
  }