Searched refs:TestInfo (Results 1 - 25 of 81) sorted by relevance

1234

/external/google-breakpad/src/testing/gtest/samples/
H A Dsample9_unittest.cc44 using ::testing::TestInfo;
64 virtual void OnTestStart(const TestInfo& test_info) {
84 virtual void OnTestEnd(const TestInfo& test_info) {
145 const TestInfo& test_info = *test_case.GetTestInfo(j);
H A Dsample10_unittest.cc44 using ::testing::TestInfo;
81 virtual void OnTestStart(const TestInfo& /* test_info */) {
86 virtual void OnTestEnd(const TestInfo& /* test_info */) {
/external/protobuf/gtest/samples/
H A Dsample9_unittest.cc44 using ::testing::TestInfo;
64 virtual void OnTestStart(const TestInfo& test_info) {
84 virtual void OnTestEnd(const TestInfo& test_info) {
145 const TestInfo& test_info = *test_case.GetTestInfo(j);
H A Dsample10_unittest.cc44 using ::testing::TestInfo;
81 virtual void OnTestStart(const TestInfo& /* test_info */) {
86 virtual void OnTestEnd(const TestInfo& /* test_info */) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
H A Dsample9_unittest.cc44 using ::testing::TestInfo;
64 virtual void OnTestStart(const TestInfo& test_info) {
84 virtual void OnTestEnd(const TestInfo& test_info) {
145 const TestInfo& test_info = *test_case.GetTestInfo(j);
H A Dsample10_unittest.cc44 using ::testing::TestInfo;
81 virtual void OnTestStart(const TestInfo& /* test_info */) {
86 virtual void OnTestEnd(const TestInfo& /* test_info */) {
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest_shuffle_test_.cc43 using ::testing::TestInfo;
87 virtual void OnTestStart(const TestInfo& test_info) {
H A Dgtest-unittest-api_test.cc86 static TestInfo const** const GetSortedTests(const TestCase* test_case) {
87 TestInfo const** const tests =
88 new const TestInfo*[test_case->total_test_count()];
94 LessByName<TestInfo>());
158 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
221 const TestInfo* const test_info = test_case->GetTestInfo(0);
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
H A Dgtest-listener_test.cc45 using ::testing::TestInfo;
85 virtual void OnTestStart(const TestInfo& /*test_info*/) {
93 virtual void OnTestEnd(const TestInfo& /*test_info*/) {
/external/gtest/test/
H A Dgtest_shuffle_test_.cc43 using ::testing::TestInfo;
86 virtual void OnTestStart(const TestInfo& test_info) {
H A Dgtest-unittest-api_test.cc86 static TestInfo const** const GetSortedTests(const TestCase* test_case) {
87 TestInfo const** const tests =
88 new const TestInfo*[test_case->total_test_count()];
94 LessByName<TestInfo>());
158 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
221 const TestInfo* const test_info = test_case->GetTestInfo(0);
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
H A Dgtest-listener_test.cc45 using ::testing::TestInfo;
84 virtual void OnTestStart(const TestInfo& /*test_info*/) {
92 virtual void OnTestEnd(const TestInfo& /*test_info*/) {
/external/protobuf/gtest/test/
H A Dgtest_shuffle_test_.cc43 using ::testing::TestInfo;
87 virtual void OnTestStart(const TestInfo& test_info) {
H A Dgtest-unittest-api_test.cc86 static TestInfo const** const GetSortedTests(const TestCase* test_case) {
87 TestInfo const** const tests =
88 new const TestInfo*[test_case->total_test_count()];
94 LessByName<TestInfo>());
157 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
221 const TestInfo* const test_info = test_case->GetTestInfo(0);
281 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
H A Dgtest-listener_test.cc45 using ::testing::TestInfo;
85 virtual void OnTestStart(const TestInfo& /*test_info*/) {
93 virtual void OnTestEnd(const TestInfo& /*test_info*/) {
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest_shuffle_test_.cc43 using ::testing::TestInfo;
86 virtual void OnTestStart(const TestInfo& test_info) {
H A Dgtest-unittest-api_test.cc86 static TestInfo const** const GetSortedTests(const TestCase* test_case) {
87 TestInfo const** const tests =
88 new const TestInfo*[test_case->total_test_count()];
94 LessByName<TestInfo>());
158 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
221 const TestInfo* const test_info = test_case->GetTestInfo(0);
280 const TestInfo** tests = UnitTestHelper::GetSortedTests(test_case);
H A Dgtest-listener_test.cc45 using ::testing::TestInfo;
84 virtual void OnTestStart(const TestInfo& /*test_info*/) {
92 virtual void OnTestEnd(const TestInfo& /*test_info*/) {
/external/google-breakpad/src/testing/gtest/include/gtest/
H A Dgtest.h184 class TestInfo;
359 friend class TestInfo;
550 friend class TestInfo;
615 // A TestInfo object stores the following information about a test:
623 // The constructor of TestInfo registers itself with the UnitTest
626 class GTEST_API_ TestInfo { class in namespace:testing
628 // Destructs a TestInfo object. This function is not virtual, so
629 // don't inherit from TestInfo.
630 ~TestInfo();
682 friend TestInfo* interna
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h183 class TestInfo;
358 friend class TestInfo;
549 friend class TestInfo;
614 // A TestInfo object stores the following information about a test:
622 // The constructor of TestInfo registers itself with the UnitTest
625 class GTEST_API_ TestInfo { class in namespace:testing
627 // Destructs a TestInfo object. This function is not virtual, so
628 // don't inherit from TestInfo.
629 ~TestInfo();
682 friend TestInfo* interna
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h183 class TestInfo;
358 friend class TestInfo;
549 friend class TestInfo;
614 // A TestInfo object stores the following information about a test:
622 // The constructor of TestInfo registers itself with the UnitTest
625 class GTEST_API_ TestInfo { class in namespace:testing
627 // Destructs a TestInfo object. This function is not virtual, so
628 // don't inherit from TestInfo.
629 ~TestInfo();
682 friend TestInfo* interna
[all...]
/external/protobuf/gtest/include/gtest/
H A Dgtest.h530 friend class TestInfo;
596 // A TestInfo object stores the following information about a test:
604 // The constructor of TestInfo registers itself with the UnitTest
607 class GTEST_API_ TestInfo { class in namespace:testing
609 // Destructs a TestInfo object. This function is not virtual, so
610 // don't inherit from TestInfo.
611 ~TestInfo();
654 friend TestInfo* internal::MakeAndRegisterTestInfo(
673 // Constructs a TestInfo object. The newly constructed instance assumes
675 TestInfo(cons
[all...]
/external/gtest/include/gtest/
H A Dgtest.h174 class TestInfo;
349 friend class TestInfo;
541 friend class TestInfo;
610 // A TestInfo object stores the following information about a test:
618 // The constructor of TestInfo registers itself with the UnitTest
621 class GTEST_API_ TestInfo { class in namespace:testing
623 // Destructs a TestInfo object. This function is not virtual, so
624 // don't inherit from TestInfo.
625 ~TestInfo();
686 friend TestInfo* interna
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h174 class TestInfo;
349 friend class TestInfo;
541 friend class TestInfo;
610 // A TestInfo object stores the following information about a test:
618 // The constructor of TestInfo registers itself with the UnitTest
621 class GTEST_API_ TestInfo { class in namespace:testing
623 // Destructs a TestInfo object. This function is not virtual, so
624 // don't inherit from TestInfo.
625 ~TestInfo();
686 friend TestInfo* interna
[all...]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
490 linked_ptr<TestInfo> test_info = *test_it;
525 struct TestInfo { struct in class:testing::internal::ParameterizedTestCaseInfo
526 TestInfo(const char* a_test_case_base_name, function in struct:testing::internal::ParameterizedTestCaseInfo::TestInfo
537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;

Completed in 857 milliseconds

1234