public boolean waitForInitialize()

in component-test/src/main/java/org/apache/fineract/cn/office/AbstractOfficeTest.java [93:99]


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