public boolean waitForInitialize()

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


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