Home
last modified time | relevance | path

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

/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder_unittest.py55 self.tf_finder = tf_integration_finder.TFIntegrationFinder()
60 @mock.patch.object(tf_integration_finder.TFIntegrationFinder,
91 @mock.patch.object(tf_integration_finder.TFIntegrationFinder,
110 @mock.patch.object(tf_integration_finder.TFIntegrationFinder,
Dtf_integration_finder.py42 class TFIntegrationFinder(test_finder_base.TestFinderBase): class
49 super(TFIntegrationFinder, self).__init__()
/tools/tradefederation/core/atest/
Dtest_finder_handler.py30 tf_integration_finder.TFIntegrationFinder,
65 tf_integration_finder.TFIntegrationFinder.find_int_test_by_path,
67 tf_integration_finder.TFIntegrationFinder.find_test_by_integration_name,
/tools/tradefederation/core/atest/docs/
Ddevelop_test_finders.md18 the test configs for the ```TFIntegrationFinder```.
26 metadata (```ModuleFinder``` and ```TFIntegrationFinder``` respectively).