Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 gtest_repeat_test.cc:

Go to the source code of this file.

Namespaces

namespace  testing
 

Macros

#define GTEST_IMPLEMENTATION_   1
 
#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";\
}\

Definition at line 63 of file gtest_repeat_test.cc.

View newest version in sPHENIX GitHub at line 63 of file gtest_repeat_test.cc

#define GTEST_IMPLEMENTATION_   1

Definition at line 43 of file gtest_repeat_test.cc.

View newest version in sPHENIX GitHub at line 43 of file gtest_repeat_test.cc

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 229 of file gtest_repeat_test.cc.

View newest version in sPHENIX GitHub at line 229 of file gtest_repeat_test.cc

References testing::AddGlobalTestEnvironment(), testing::InitGoogleTest(), and printf().

+ Here is the call graph for this function: