/external/chromium/testing/gtest/include/gtest/internal/ |
gtest-param-util.h | 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, 490 linked_ptr<TestInfo> test_info = *test_it; 525 struct TestInfo { 526 TestInfo(const char* a_test_case_base_name, 537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
|
gtest-internal.h | 110 class TestInfo; // Information about a test. 121 class TestInfoImpl; // Opaque implementation of TestInfo 543 // Creates a new TestInfo object and registers it with Google Test; 558 // The newly created TestInfo instance will assume 560 GTEST_API_ TestInfo* MakeAndRegisterTestInfo( [all...] |
/external/gtest/include/gtest/internal/ |
gtest-param-util.h | 478 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, 499 linked_ptr<TestInfo> test_info = *test_it; 535 struct TestInfo { 536 TestInfo(const char* test_case_base_name, 547 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
|
gtest-internal.h | 108 class TestInfo; // Information about a test. 117 class TestInfoImpl; // Opaque implementation of TestInfo 578 // Creates a new TestInfo object and registers it with Google Test; 593 // The newly created TestInfo instance will assume 595 TestInfo* MakeAndRegisterTestInfo( [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-param-util.h | 469 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, 490 linked_ptr<TestInfo> test_info = *test_it; 525 struct TestInfo { 526 TestInfo(const char* a_test_case_base_name, 537 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
|
gtest-internal-inl.h | 626 // Adds a TestInfo to the unit test. 632 // test_info: the TestInfo object 635 TestInfo* test_info) { 668 // Sets the TestInfo object for the test that's currently running. If 671 void set_current_test_info(TestInfo* a_current_test_info) { 706 // result in each TestCase and TestInfo object. 716 TestInfo* current_test_info() { return current_test_info_; } 717 const TestInfo* current_test_info() const { return current_test_info_; } [all...] |
gtest-internal.h | 130 class TestInfo; // Information about a test. 141 class TestInfoImpl; // Opaque implementation of TestInfo 569 // Creates a new TestInfo object and registers it with Google Test; 584 // The newly created TestInfo instance will assume 586 GTEST_API_ TestInfo* MakeAndRegisterTestInfo( [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-param-util.h | 487 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name, 508 linked_ptr<TestInfo> test_info = *test_it; 544 struct TestInfo { 545 TestInfo(const char* test_case_base_name, 556 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
|
gtest-internal.h | 107 class TestInfo; // Information about a test. 115 class TestInfoImpl; // Opaque implementation of TestInfo 577 // Creates a new TestInfo object and registers it with Google Test; 592 // The newly created TestInfo instance will assume 594 TestInfo* MakeAndRegisterTestInfo( [all...] |
/external/chromium/testing/gtest/test/ |
gtest_stress_test.cc | 119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info(); 145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
|
gtest-param-test_test.cc | 796 const ::testing::TestInfo* const test_info = 825 const ::testing::TestInfo* const test_info = [all...] |
/external/protobuf/gtest/src/ |
gtest-internal-inl.h | 516 TestInfoImpl(TestInfo* parent, const char* test_case_name, 566 // Clears the test result in the given TestInfo object. 567 static void ClearTestResult(TestInfo * test_info) { 573 TestInfo* const parent_; // The owner of this object 863 // Adds a TestInfo to the unit test. 869 // test_info: the TestInfo object 872 TestInfo * test_info) { [all...] |
gtest.cc | [all...] |
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest.h | 318 // A TestInfo object stores the following information about a test: 326 // The constructor of TestInfo registers itself with the UnitTest 329 class TestInfo { 331 // Destructs a TestInfo object. This function is not virtual, so 332 // don't inherit from TestInfo. 333 ~TestInfo(); 335 // Creates a TestInfo object and registers it with the UnitTest 349 static TestInfo* MakeAndRegisterInstance( 398 // Constructs a TestInfo object. 399 TestInfo(const char* test_case_name, const char* name [all...] |
gtest-death-test.cc | 219 TestInfo* const info = GetUnitTestImpl()->current_test_info(); 597 const TestInfo* const info = impl->current_test_info();
|
/external/gtest/include/gtest/ |
gtest.h | 350 // A TestInfo object stores the following information about a test: 358 // The constructor of TestInfo registers itself with the UnitTest 361 class TestInfo { 363 // Destructs a TestInfo object. This function is not virtual, so 364 // don't inherit from TestInfo. 365 ~TestInfo(); 405 friend TestInfo* internal::MakeAndRegisterTestInfo( 421 // Constructs a TestInfo object. The newly constructed instance assumes 423 TestInfo(const char* test_case_name, const char* name, 431 GTEST_DISALLOW_COPY_AND_ASSIGN_(TestInfo); [all...] |
/external/chromium/testing/gtest/src/ |
gtest.cc | [all...] |
gtest-internal-inl.h | 619 // Adds a TestInfo to the unit test. 625 // test_info: the TestInfo object 628 TestInfo* test_info) { 661 // Sets the TestInfo object for the test that's currently running. If 664 void set_current_test_info(TestInfo* a_current_test_info) { 699 // result in each TestCase and TestInfo object. 709 TestInfo* current_test_info() { return current_test_info_; } 710 const TestInfo* current_test_info() const { return current_test_info_; } [all...] |
gtest-death-test.cc | 296 TestInfo* const info = GetUnitTestImpl()->current_test_info(); 648 const TestInfo* const info = impl->current_test_info(); [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest.cc | [all...] |
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_model.cc | 61 virtual TestInfo& GetTest(size_t id) {
|
diagnostics_main.cc | 312 void ShowResult(DiagnosticsModel::TestInfo& test_info) {
|
/external/valgrind/unittest/ |
old_test_suite.cc | 83 virtual void OnTestEnd(const ::testing::TestInfo& test_info) {
|
/external/chromium/chrome/browser/ |
unload_uitest.cc | 96 const testing::TestInfo* const test_info =
|
/external/gtest/src/ |
gtest-death-test.cc | 303 TestInfo* const info = GetUnitTestImpl()->current_test_info(); 550 const TestInfo* const info = impl->current_test_info(); [all...] |