Macros | Functions
googletest/googletest/test/gtest_repeat_test.cc File Reference
#include <stdlib.h>
#include <iostream>
#include "gtest/gtest.h"
#include "src/gtest-internal-inl.h"
Include dependency graph for googletest/googletest/test/gtest_repeat_test.cc:

Go to the source code of this file.

Macros

#define GTEST_CHECK_INT_EQ_(expected, actual)
 

Functions

int main (int argc, char **argv)
 

Macro Definition Documentation

◆ GTEST_CHECK_INT_EQ_

#define GTEST_CHECK_INT_EQ_ (   expected,
  actual 
)
Value:
do {\
const int expected_val = (expected);\
const int actual_val = (actual);\
if (::testing::internal::IsTrue(expected_val != actual_val)) {\
::std::cout << "Value of: " #actual "\n"\
<< " Actual: " << actual_val << "\n"\
<< "Expected: " #expected "\n"\
<< "Which is: " << expected_val << "\n";\
}\

Definition at line 42 of file googletest/googletest/test/gtest_repeat_test.cc.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)
testing::internal::IsTrue
GTEST_API_ bool IsTrue(bool condition)
Definition: bloaty/third_party/googletest/googletest/src/gtest.cc:5710
Abort
static void Abort(const char *fmt,...)
Definition: acountry.c:94
testing::internal::AlwaysFalse
bool AlwaysFalse()
Definition: bloaty/third_party/googletest/googletest/include/gtest/internal/gtest-internal.h:817


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:18