Home
last modified time | relevance | path

Searched defs:TestExpectation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_unit_test/public/pw_unit_test/
H A Devent_handler.h38 struct TestExpectation { struct
40 const char* expression;
43 const char* evaluated_expression;
46 int line_number;
49 bool success;
/aosp_15_r20/external/pigweed/pw_unit_test/py/pw_unit_test/
H A Drpc.py51 class TestExpectation: class
95 self, test_case: TestCase, expectation: TestExpectation
127 self, test_case: TestCase, expectation: TestExpectation
/aosp_15_r20/external/pigweed/pw_unit_test/
H A Dmulti_event_handler_test.cc71 void TestCaseExpect(const TestCase&, const TestExpectation&) override { in TestCaseExpect()
/aosp_15_r20/external/angle/src/tests/
H A Dcapture_replay_tests.py358 class TestExpectation(): class