Home
last modified time | relevance | path

Searched defs:TestInfo (Results 1 – 20 of 20) sorted by relevance

/third_party/googletest/googletest/samples/
Dsample10_unittest.cc76 void OnTestStart(const TestInfo& /* test_info */) override { in OnTestStart()
81 void OnTestEnd(const TestInfo& /* test_info */) override { in OnTestEnd()
/third_party/googletest/googletest/test/
Dgoogletest-listener-test.cc86 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
94 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
160 void OnTestStart(const TestInfo& /*test_info*/) override { in OnTestStart()
168 void OnTestEnd(const TestInfo& /*test_info*/) override { in OnTestEnd()
/third_party/node/deps/googletest/include/gtest/internal/
Dgtest-param-util.h621 struct TestInfo { struct
622 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() function
635 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo>>; argument
Dgtest-internal.h109 class TestInfo; // Information about a test. variable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLFramebufferTest.cpp235 struct TestInfo in testDepthStencilDepthStencil() struct
237 GLenum firstFormat; in testDepthStencilDepthStencil()
238 GLenum firstAttach; in testDepthStencilDepthStencil()
239 GLenum secondFormat; in testDepthStencilDepthStencil()
240 GLenum secondAttach; in testDepthStencilDepthStencil()
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h588 struct TestInfo { struct
589 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() function
599 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo> >; argument
Dgtest-internal.h92 class TestInfo; // Information about a test. variable
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h621 struct TestInfo { struct
622 TestInfo(const char* a_test_suite_base_name, const char* a_test_base_name, in TestInfo() argument
635 using TestInfoContainer = ::std::vector<std::shared_ptr<TestInfo>>; argument
Dgtest-internal.h109 class TestInfo; // Information about a test. variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DBindGroupValidationTests.cpp1003 struct TestInfo { in TEST_F() struct
1004 uint32_t maxCount; in TEST_F()
1005 wgpu::BindGroupLayoutEntry entry; in TEST_F()
1006 wgpu::BindGroupLayoutEntry otherEntry; in TEST_F()
1097 struct TestInfo { in TEST_F() struct
1098 uint32_t maxCount; in TEST_F()
1099 uint32_t bindingsPerExternalTexture; in TEST_F()
1100 wgpu::BindGroupLayoutEntry entry; in TEST_F()
1101 wgpu::BindGroupLayoutEntry otherEntry; in TEST_F()
/third_party/typescript/src/testRunner/parallel/
Dshared.ts16 export interface TestInfo { interface
/third_party/googletest/googletest/include/gtest/
Dgtest.h230 class TestInfo; variable
964 virtual void OnTestDisabled(const TestInfo& /*test_info*/) {} in OnTestDisabled()
1013 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart()
1014 void OnTestDisabled(const TestInfo& /*test_info*/) override {} in OnTestDisabled()
1016 void OnTestEnd(const TestInfo& /*test_info*/) override {} in OnTestEnd()
1067 friend class TestInfo; variable
/third_party/node/deps/googletest/include/gtest/
Dgtest.h217 class TestInfo; variable
957 virtual void OnTestDisabled(const TestInfo& /*test_info*/) {} in OnTestDisabled()
1006 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart()
1007 void OnTestDisabled(const TestInfo& /*test_info*/) override {} in OnTestDisabled()
1009 void OnTestEnd(const TestInfo& /*test_info*/) override {} in OnTestEnd()
1064 friend class TestInfo; variable
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h193 class TestInfo; variable
1154 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart()
1156 void OnTestEnd(const TestInfo& /*test_info*/) override {} in OnTestEnd()
1207 friend class TestInfo; variable
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideorate.c918 } TestInfo; typedef
/third_party/googletest/docs/reference/
Dtesting.md678 #### Public Methods {#TestInfo-public}
/third_party/googletest/googletest/src/
Dgtest.cc2730 TestInfo::TestInfo(const std::string& a_test_suite_name, in TestInfo() function in testing::TestInfo
3667 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart()
3668 void OnTestDisabled(const TestInfo& /*test_info*/) override {} in OnTestDisabled()
/third_party/node/deps/googletest/src/
Dgtest.cc2736 TestInfo::TestInfo(const std::string& a_test_suite_name, in TestInfo() function in testing::TestInfo
3695 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart()
3696 void OnTestDisabled(const TestInfo& /*test_info*/) override {} in OnTestDisabled()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc4205 TestInfo::TestInfo(const std::string& a_test_suite_name, in TestInfo() function in testing::TestInfo
5157 void OnTestStart(const TestInfo& /*test_info*/) override {} in OnTestStart()
/third_party/mesa3d/src/gtest/src/
Dgtest.cc2540 TestInfo::TestInfo(const std::string& a_test_suite_name, in TestInfo() function in testing::TestInfo