CHROMA
|
#include <gtest.h>
Static Public Member Functions | |
static const char * | CloneCString (const char *c_str) |
static bool | CStringEquals (const char *lhs, const char *rhs) |
static std::string | ShowWideCString (const wchar_t *wide_c_str) |
static bool | WideCStringEquals (const wchar_t *lhs, const wchar_t *rhs) |
static bool | CaseInsensitiveCStringEquals (const char *lhs, const char *rhs) |
static bool | CaseInsensitiveWideCStringEquals (const wchar_t *lhs, const wchar_t *rhs) |
static bool | EndsWithCaseInsensitive (const std::string &str, const std::string &suffix) |
static std::string | FormatIntWidth2 (int value) |
static std::string | FormatHexInt (int value) |
static std::string | FormatByte (unsigned char value) |
Private Member Functions | |
String () | |
|
private |
|
static |
Definition at line 3066 of file gtest-all.cc.
References testing::internal::posix::StrCaseCmp().
Referenced by testing::internal::CmpHelperSTRCASEEQ(), testing::internal::CmpHelperSTRCASENE(), EndsWithCaseInsensitive(), and testing::internal::ShouldUseColor().
|
static |
Definition at line 3086 of file gtest-all.cc.
|
static |
|
static |
Definition at line 2360 of file gtest-all.cc.
Referenced by testing::internal::CmpHelperSTREQ(), testing::internal::CmpHelperSTRNE(), testing::internal::PrettyUnitTestResultPrinter::OnTestIterationStart(), and testing::internal::ShouldUseColor().
|
static |
Definition at line 3110 of file gtest-all.cc.
References CaseInsensitiveCStringEquals().
Referenced by testing::internal::FilePath::RemoveExtension().
|
static |
Definition at line 3134 of file gtest-all.cc.
Referenced by testing::internal::XmlUnitTestResultPrinter::EscapeXml().
|
static |
Definition at line 3127 of file gtest-all.cc.
Referenced by testing::internal::CodePointToUtf8(), testing::internal::PrintAsCharLiteralTo(), and testing::internal::PrintCharAndCodeTo().
|
static |
Definition at line 3120 of file gtest-all.cc.
Referenced by testing::internal::FormatEpochTimeInMillisAsIso8601().
|
static |
Definition at line 3009 of file gtest-all.cc.
References testing::internal::WideStringToUtf8().
Referenced by testing::Message::operator<<().
|
static |
Definition at line 3021 of file gtest-all.cc.
Referenced by testing::internal::CmpHelperSTREQ(), and testing::internal::CmpHelperSTRNE().