Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java217 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group"); in testIncludeTestCase_optionGroup_noAnnotation()
230 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group"); in testIncludeTestCase_optionGroup_differentAnnotationGroup()
243 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group"); in testIncludeTestCase_optionGroup_sameAnnotationGroup()
256 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group"); in testIncludeTestCase_optionGroup_multiGroup()
317 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group"); in testExcludeTestCase_includeAndExclude()
430 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group1"); in testActualRunAnnotated_include()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java53 public static final String TEST_CASE_INCLUDE_GROUP_OPTION = "test-case-include-group"; field in BaseDeviceMetricCollector
60 name = TEST_CASE_INCLUDE_GROUP_OPTION,