Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::UnitTestHelper Class Reference

Static Public Member Functions

static TestCase const ** GetSortedTestCases ()
 
static const TestCaseFindTestCase (const char *name)
 
static TestInfo const ** GetSortedTests (const TestCase *test_case)
 

Detailed Description

Definition at line 53 of file gtest-unittest-api_test.cc.

View newest version in sPHENIX GitHub at line 53 of file gtest-unittest-api_test.cc

Member Function Documentation

static const TestCase* testing::internal::UnitTestHelper::FindTestCase ( const char *  name)
inlinestatic

Definition at line 73 of file gtest-unittest-api_test.cc.

View newest version in sPHENIX GitHub at line 73 of file gtest-unittest-api_test.cc

References testing::UnitTest::GetInstance(), testing::UnitTest::GetTestCase(), i, perf_headwind::name, testing::TestCase::name(), and testing::UnitTest::total_test_case_count().

Referenced by testing::internal::FinalSuccessChecker::TearDown(), and testing::internal::TEST().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static TestCase const** testing::internal::UnitTestHelper::GetSortedTestCases ( )
inlinestatic

Definition at line 57 of file gtest-unittest-api_test.cc.

View newest version in sPHENIX GitHub at line 57 of file gtest-unittest-api_test.cc

References testing::UnitTest::GetInstance(), testing::UnitTest::GetTestCase(), i, Acts::Experimental::detail::BlueprintHelper::sort(), and testing::UnitTest::total_test_case_count().

Referenced by testing::internal::FinalSuccessChecker::TearDown(), and testing::internal::TEST().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static TestInfo const** testing::internal::UnitTestHelper::GetSortedTests ( const TestCase test_case)
inlinestatic

Definition at line 86 of file gtest-unittest-api_test.cc.

View newest version in sPHENIX GitHub at line 86 of file gtest-unittest-api_test.cc

References testing::TestCase::GetTestInfo(), i, Acts::Experimental::detail::BlueprintHelper::sort(), and testing::TestCase::total_test_count().

Referenced by testing::internal::FinalSuccessChecker::TearDown(), and testing::internal::TEST().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:


The documentation for this class was generated from the following file: