#include <stdlib.h>
#include <iostream>
#include "gtest/gtest.h"
#include "src/gtest-internal-inl.h"
Go to the source code of this file.
#define GTEST_CHECK_INT_EQ_ |
( |
|
expected, |
|
|
|
actual |
|
) |
| |
Value: const int expected_val = (expected);
\ const int actual_val = (actual);
\ ::std::cout << "Value of: " #actual "\n"\
<< " Actual: " << actual_val << "\n"\
<< "Expected: " #expected "\n"\
<<
"Which is: " << expected_val <<
"\n";
\ }\
bool IsTrue(bool condition)
if(FOLLY_USE_SYMBOLIZER) add_library(folly_exception_tracer_base ExceptionTracer.cpp StackTrace.cpp) apply_folly_compile_options_to_target(folly_exception_tracer_base) target_link_libraries(folly_exception_tracer_base PUBLIC folly) add_library(folly_exception_tracer ExceptionStackTraceLib.cpp ExceptionTracerLib.cpp) apply_folly_compile_options_to_target(folly_exception_tracer) target_link_libraries(folly_exception_tracer PUBLIC folly_exception_tracer_base) add_library(folly_exception_counter ExceptionCounterLib.cpp) apply_folly_compile_options_to_target(folly_exception_counter) target_link_libraries(folly_exception_counter PUBLIC folly_exception_tracer) install(FILES ExceptionAbi.h ExceptionCounterLib.h ExceptionTracer.h ExceptionTracerLib.h StackTrace.h DESTINATION $
Definition at line 63 of file gtest_repeat_test.cc.
#define GTEST_IMPLEMENTATION_ 1 |
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 229 of file gtest_repeat_test.cc.
References testing::AddGlobalTestEnvironment(), and testing::InitGoogleTest().
233 TestRepeatUnspecified();
238 TestRepeatWithEmptyFilter(2);
239 TestRepeatWithEmptyFilter(3);
241 TestRepeatWithFilterForSuccessfulTests(3);
243 TestRepeatWithFilterForFailedTests(4);
Environment * AddGlobalTestEnvironment(Environment *env)
GTEST_API_ void InitGoogleTest(int *argc, char **argv)