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.java187 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group"); in testIncludeTestCase_optionGroup_noAnnotation()
200 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group"); in testIncludeTestCase_optionGroup_differentAnnotationGroup()
213 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group"); in testIncludeTestCase_optionGroup_sameAnnotationGroup()
226 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group"); in testIncludeTestCase_optionGroup_multiGroup()
287 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group"); in testExcludeTestCase_includeAndExclude()
398 setter.setOptionValue(BaseDeviceMetricCollector.TEST_CASE_INCLUDE_GROUP_OPTION, "group1"); in testActualRunAnnotated_include()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java43 public static final String TEST_CASE_INCLUDE_GROUP_OPTION = "test-case-include-group"; field in BaseDeviceMetricCollector
47 name = TEST_CASE_INCLUDE_GROUP_OPTION,