Searched refs:missingMandatoryParameters (Results 1 – 1 of 1) sorted by relevance
210 List<String> missingMandatoryParameters = new ArrayList<>(); in testConfigurationLoad() local307 missingMandatoryParameters.add(config.getName()); in testConfigurationLoad()334 missingMandatoryParameters.removeAll(ALLOWLIST_MODULE_PARAMETERS); in testConfigurationLoad()336 if (!missingMandatoryParameters.isEmpty()) { in testConfigurationLoad()343 missingMandatoryParameters.size(), missingMandatoryParameters); in testConfigurationLoad()