Home
last modified time | relevance | path

Searched defs:test_case_disabled (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_unit_test/py/pw_unit_test/
H A Drpc.py90 def test_case_disabled(self, test_case: TestCase) -> None: member in EventHandler
123 def test_case_disabled(self, test_case: TestCase) -> None: member in LoggingEventHandler
/aosp_15_r20/external/pigweed/pw_unit_test/pw_unit_test_proto/
H A Dunit_test.proto74 TestCaseDescriptor test_case_disabled = 5; field