Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_unit_test/py/pw_unit_test/
H A Drpc.py80 def test_case_start(self, test_case: TestCase) -> None: member in EventHandler
112 def test_case_start(self, test_case: TestCase) -> None: member in LoggingEventHandler
/aosp_15_r20/external/pigweed/pw_unit_test/pw_unit_test_proto/
H A Dunit_test.proto68 TestCaseDescriptor test_case_start = 3; field