public boolean waitForInitialize()

in component-test/src/main/java/org/apache/fineract/cn/group/AbstractGroupTest.java [69:75]


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