Analysis Software
Documentation for sPHENIX simulation software
|
#include <stdlib.h>
#include <iostream>
#include "gtest/gtest.h"
#include "src/gtest-internal-inl.h"
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) |
#define GTEST_CHECK_INT_EQ_ | ( | expected, | |
actual | |||
) |
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
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().