Searched refs:missingMandatoryParameters (Results 1 – 1 of 1) sorted by relevance
177 List<String> missingMandatoryParameters = new ArrayList<>(); in testConfigurationLoad() local215 missingMandatoryParameters.add(config.getName()); in testConfigurationLoad()232 missingMandatoryParameters.removeAll(ALLOWLIST_MODULE_PARAMETERS); in testConfigurationLoad()234 if (!missingMandatoryParameters.isEmpty()) { in testConfigurationLoad()241 missingMandatoryParameters.size(), missingMandatoryParameters); in testConfigurationLoad()