Searched refs:missingMandatoryParameters (Results 1 – 1 of 1) sorted by relevance
209 List<String> missingMandatoryParameters = new ArrayList<>(); in testConfigurationLoad() local303 missingMandatoryParameters.add(config.getName()); in testConfigurationLoad()330 missingMandatoryParameters.removeAll(WHITELIST_MODULE_PARAMETERS); in testConfigurationLoad()332 if (!missingMandatoryParameters.isEmpty()) { in testConfigurationLoad()338 missingMandatoryParameters.size(), missingMandatoryParameters); in testConfigurationLoad()