public void emailConfigurationNotFound()

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


	public void emailConfigurationNotFound() throws ConfigurationNotFoundException {
		logger.info("Configuration not found");
		try {
			notificationManager.findEmailConfigurationByIdentifier(RandomStringUtils.randomAlphanumeric(8));
		} catch (final ConfigurationNotFoundException ex) {
			logger.info("Error Asserted");
		}
	}