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

#include <JETSCAPE/blob/main/external_packages/googletest/googletest/src/gtest-internal-inl.h>

Static Public Member Functions

static std::string GetOutputFormat ()
 
static std::string GetAbsolutePathToOutputFile ()
 
static bool PatternMatchesString (const char *pattern, const char *str)
 
static bool FilterMatchesTest (const std::string &test_case_name, const std::string &test_name)
 
static bool MatchesFilter (const std::string &name, const char *filter)
 

Detailed Description

Definition at line 373 of file gtest-internal-inl.h.

View newest version in sPHENIX GitHub at line 373 of file gtest-internal-inl.h

Member Function Documentation

bool testing::internal::UnitTestOptions::FilterMatchesTest ( const std::string &  test_case_name,
const std::string &  test_name 
)
static

Definition at line 502 of file gtest.cc.

View newest version in sPHENIX GitHub at line 502 of file gtest.cc

References filter, GTEST_FLAG, testing::kUniversalFilter, MatchesFilter(), and merge_hashes::p.

Referenced by testing::internal::UnitTestImpl::FilterTests().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

std::string testing::internal::UnitTestOptions::GetAbsolutePathToOutputFile ( )
static

Definition at line 426 of file gtest.cc.

View newest version in sPHENIX GitHub at line 426 of file gtest.cc

References testing::internal::FilePath::ConcatPaths(), testing::internal::FilePath::GenerateUniqueFileName(), testing::internal::GetCurrentExecutableName(), testing::UnitTest::GetInstance(), GetOutputFormat(), GTEST_FLAG, testing::internal::FilePath::IsAbsolutePath(), testing::internal::FilePath::IsDirectory(), testing::kDefaultOutputFile, check_smearing_config::output, and testing::internal::FilePath::string().

Referenced by testing::internal::UnitTestImpl::ConfigureXmlOutput().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

std::string testing::internal::UnitTestOptions::GetOutputFormat ( )
static

Definition at line 414 of file gtest.cc.

View newest version in sPHENIX GitHub at line 414 of file gtest.cc

References GTEST_FLAG, and check_smearing_config::output.

Referenced by testing::internal::UnitTestImpl::ConfigureXmlOutput(), and GetAbsolutePathToOutputFile().

+ Here is the caller graph for this function:

bool testing::internal::UnitTestOptions::MatchesFilter ( const std::string &  name,
const char *  filter 
)
static

Definition at line 479 of file gtest.cc.

View newest version in sPHENIX GitHub at line 479 of file gtest.cc

References filter, and PatternMatchesString().

Referenced by FilterMatchesTest(), testing::internal::UnitTestImpl::FilterTests(), and testing::internal::UnitTestImpl::GetTestCase().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

bool testing::internal::UnitTestOptions::PatternMatchesString ( const char *  pattern,
const char *  str 
)
static

Definition at line 462 of file gtest.cc.

View newest version in sPHENIX GitHub at line 462 of file gtest.cc

Referenced by MatchesFilter().

+ Here is the caller graph for this function:


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