Searched refs:TFIntegrationFinder (Results 1 – 8 of 8) sorted by relevance
/tools/tradefederation/core/atest/test_finders/ |
D | tf_integration_finder_unittest.py | 55 self.tf_finder = tf_integration_finder.TFIntegrationFinder() 60 @mock.patch.object(tf_integration_finder.TFIntegrationFinder, 99 @mock.patch.object(tf_integration_finder.TFIntegrationFinder, 120 @mock.patch.object(tf_integration_finder.TFIntegrationFinder,
|
D | tf_integration_finder.py | 42 class TFIntegrationFinder(test_finder_base.TestFinderBase): class 49 super(TFIntegrationFinder, self).__init__()
|
/tools/asuite/atest/test_finders/ |
D | tf_integration_finder_unittest.py | 58 self.tf_finder = tf_integration_finder.TFIntegrationFinder() 63 @mock.patch.object(tf_integration_finder.TFIntegrationFinder, 103 @mock.patch.object(tf_integration_finder.TFIntegrationFinder, 124 @mock.patch.object(tf_integration_finder.TFIntegrationFinder,
|
D | tf_integration_finder.py | 44 class TFIntegrationFinder(test_finder_base.TestFinderBase): class 51 super(TFIntegrationFinder, self).__init__()
|
/tools/asuite/atest/ |
D | test_finder_handler.py | 37 tf_integration_finder.TFIntegrationFinder, 77 tf_integration_finder.TFIntegrationFinder.find_int_test_by_path, 79 tf_integration_finder.TFIntegrationFinder.find_test_by_integration_name,
|
/tools/tradefederation/core/atest/ |
D | test_finder_handler.py | 31 tf_integration_finder.TFIntegrationFinder, 70 tf_integration_finder.TFIntegrationFinder.find_int_test_by_path, 72 tf_integration_finder.TFIntegrationFinder.find_test_by_integration_name,
|
/tools/asuite/atest/docs/ |
D | develop_test_finders.md | 18 the test configs for the ```TFIntegrationFinder```. 26 metadata (```ModuleFinder``` and ```TFIntegrationFinder``` respectively).
|
/tools/tradefederation/core/atest/docs/ |
D | develop_test_finders.md | 18 the test configs for the ```TFIntegrationFinder```. 26 metadata (```ModuleFinder``` and ```TFIntegrationFinder``` respectively).
|