Searched refs:testTypes (Results 1 – 2 of 2) sorted by relevance
58 List<String> testTypes = cd.getMetaData(TEST_TYPE_KEY); in getMatchedConfigTestTypes() local59 if (testTypes != null) { in getMatchedConfigTestTypes()60 for (String testType : testTypes) { in getMatchedConfigTestTypes()
953 List<String> testTypes = config.getConfigurationDescription().getMetaData(TEST_TYPE_KEY); in listenerWithPostProcessorsForPerfModule() local954 if (testTypes == null || !testTypes.contains(TEST_TYPE_VALUE_PERFORMANCE)) { in listenerWithPostProcessorsForPerfModule()