Home
last modified time | relevance | path

Searched defs:test_class_name (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/tests/gd/cert/
Dcontext.py45 def append_test_context(test_class_name, test_name): argument
208 def test_class_name(self): member in TestCaseContext
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dcontext.py294 def test_class_name(self): member in TestClassContext
334 def test_class_name(self): member in TestCaseContext
/aosp_15_r20/external/python/absl-py/absl/testing/
Dparameterized.py238 def __init__(self, test_class_name, new_test_name, original_test_name): argument
604 test_class_name, dct, test_params_reprs, name, iterator): argument
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_op_consistency.py328 test_class_name = f"TestOnnxModelOutputConsistency_opset{opset}" variable
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/event/
Devent.py43 def test_class_name(self): member in TestCaseEvent
/aosp_15_r20/tools/asuite/atest/integration_tests/
H A Dbazel_mode_test.py327 test_class_name=_FAILING_CLASS_NAME, argument
/aosp_15_r20/external/pigweed/pw_transfer/integration_test/
H A Dtest_fixture.py601 def run_tests_for(test_class_name): argument