Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/swf/
Dtest_layer2_domain.py43 expected_names = ('DeleteLocalFile', 'GrayscaleTransform', 'S3Download',
50 self.assertTrue(activity_type.name in expected_names)
63 expected_names = ('ProcessFile', 'test_workflow_name')
69 self.assertTrue(workflow_type.name in expected_names)
/external/autotest/frontend/tko/
Drpc_interface_unittest_fixme.py297 def _check_test_names(self, tests, expected_names): argument
299 set(expected_names))