protected void before()

in component-test/src/main/java/org/apache/fineract/cn/provisioner/ProvisionerPostgreSQLInitializer.java [32:39]


  protected void before() throws IOException {
    try {
      EMBEDDED_POSTGRESQL_DB = EmbeddedPostgres.builder().setPort(5432).start();
    }
    catch (IOException ioex) {
      System.out.println(ioex);
    }
  }