Searched defs:TestCase (Results 1 – 7 of 7) sorted by relevance
13 struct TestCase struct22 static const std::map<GLenum, TestCase> kTests = { argument
214 typedef std::vector<Attrib> TestCase; typedef285 virtual bool Skip(const TestCase &) { return false; } in Skip()
85 TestCase = gtest_test_utils.TestCase variable
81 void OnTestCaseStart(const TestCase& /*test_case*/) override { in OnTestCaseStart()99 void OnTestCaseEnd(const TestCase& /*test_case*/) override { in OnTestCaseEnd()
68 TestCase = _test_module.TestCase # pylint: disable=C6409 variable
203 using TestCase = TestSuite; variable934 virtual void OnTestCaseStart(const TestCase& /*test_case*/) {} in OnTestCaseStart()956 virtual void OnTestCaseEnd(const TestCase& /*test_case*/) {} in OnTestCaseEnd()988 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart()997 void OnTestCaseEnd(const TestCase& /*test_case*/) override {} in OnTestCaseEnd()
3727 void OnTestCaseStart(const TestCase& /*test_case*/) override {} in OnTestCaseStart()3738 void OnTestCaseEnd(const TestCase& /*test_case*/) override {} in OnTestCaseEnd()