Searched defs:TestExpectation (Results 1 – 4 of 4) sorted by relevance
38 struct TestExpectation { struct40 const char* expression;43 const char* evaluated_expression;46 int line_number;49 bool success;
51 class TestExpectation: class95 self, test_case: TestCase, expectation: TestExpectation127 self, test_case: TestCase, expectation: TestExpectation
71 void TestCaseExpect(const TestCase&, const TestExpectation&) override { in TestCaseExpect()
358 class TestExpectation(): class