5799 {
5802
5803# if GTEST_HAS_STREAM_REDIRECTION
5805# endif
5806
5807
5809
5810# if GTEST_HAS_STREAM_REDIRECTION
5812# endif
5813
5814
5816
5817
5818
5820
5821
5822
5824
5825# if GTEST_HAS_STREAM_REDIRECTION
5826 const char* const expected_help_fragment =
5827 "This program contains tests written using";
5828 if (should_print_help) {
5830 } else {
5832 expected_help_fragment, captured_stdout);
5833 }
5834# endif
5835
5837 }
#define EXPECT_PRED_FORMAT2(pred_format, v1, v2)
GTEST_API_ AssertionResult IsNotSubstring(const char *needle_expr, const char *haystack_expr, const char *needle, const char *haystack)
GTEST_API_ AssertionResult IsSubstring(const char *needle_expr, const char *haystack_expr, const char *needle, const char *haystack)
void ParseGoogleTestFlagsOnly(int *argc, char **argv)
GTEST_API_ void CaptureStdout()
GTEST_API_ std::string GetCapturedStdout()
static void CheckFlags(const Flags &expected)
static void AssertStringArrayEq(int size1, CharType **array1, int size2, CharType **array2)