![]() |
- 3.0.1 core module.
|
#include "gmock/internal/gmock-internal-utils.h"#include <ctype.h>#include <ostream>#include <string>#include "gmock/gmock.h"#include "gmock/internal/gmock-port.h"#include "gtest/gtest.h"Classes | |
| class | testing::internal::GoogleTestFailureReporter |
Namespaces | |
| testing | |
| testing::internal | |
Functions | |
| GTEST_API_ std::string | testing::internal::JoinAsTuple (const Strings &fields) |
| GTEST_API_ std::string | testing::internal::ConvertIdentifierNameToWords (const char *id_name) |
| GTEST_API_ FailureReporterInterface * | testing::internal::GetFailureReporter () |
| GTEST_API_ bool | testing::internal::LogIsVisible (LogSeverity severity) |
| GTEST_API_ void | testing::internal::Log (LogSeverity severity, const std::string &message, int stack_frames_to_skip) |
| GTEST_API_ WithoutMatchers | testing::internal::GetWithoutMatchers () |
| GTEST_API_ void | testing::internal::IllegalDoDefault (const char *file, int line) |