Home
last modified time | relevance | path

Searched refs:missingMandatoryParameters (Results 1 – 1 of 1) sorted by relevance

/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/
DCtsConfigLoadingTest.java177 List<String> missingMandatoryParameters = new ArrayList<>(); in testConfigurationLoad() local
215 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()