public boolean waitForInitialize()

in component-test/src/main/java/org/apache/fineract/cn/rhythm/AbstractRhythmTest.java [147:153]


  public boolean waitForInitialize() {
    try {
      return this.eventRecorder.wait(EventConstants.INITIALIZE, EventConstants.INITIALIZE);
    } catch (final InterruptedException e) {
      throw new IllegalStateException(e);
    }
  }