- 3.0.1 core module.
gtest_repeat_test.cc File Reference
#include <stdlib.h>
#include <iostream>
#include "gtest/gtest.h"
#include "src/gtest-internal-inl.h"

Namespaces

 testing
 

Macros

#define GTEST_CHECK_INT_EQ_(expected, actual)
 

Functions

 testing::GTEST_DECLARE_string_ (death_test_style)
 
 testing::GTEST_DECLARE_string_ (filter)
 
 testing::GTEST_DECLARE_int32_ (repeat)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

#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";\
}\
GTEST_API_ bool IsTrue(bool condition)
Definition: gtest.cc:5653
bool AlwaysFalse()
Definition: gtest-internal.h:817
cmake hermetic_build cmake OPTIONAL if(COMMAND pre_project_set_up_hermetic_build) pre_project_set_up_hermetic_build() endif() if(CMAKE_VERSION VERSION_LESS 3.0) project(gmock CXX C) else() cmake_policy(SET CMP0048 NEW) project(gmock VERSION $
Definition: CMakeLists.txt:23
void Abort()
Definition: gtest-port.h:2133
const
Definition: upload.py:398

Function Documentation

int main ( int  argc,
char **  argv 
)