|
proxygen
|
#include "gtest/gtest.h"#include <iostream>#include <vector>#include "src/gtest-internal-inl.h"Go to the source code of this file.
Macros | |
| #define | GTEST_IMPLEMENTATION_ 1 |
Functions | |
| TEST (StressTest, DISABLED_ThreadSafetyTestsAreSkippedWhenGoogleTestIsNotThreadSafe) | |
| int | main (int argc, char **argv) |
| #define GTEST_IMPLEMENTATION_ 1 |
Definition at line 43 of file gtest_stress_test.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 252 of file gtest_stress_test.cc.
References testing::InitGoogleTest(), and RUN_ALL_TESTS().
| TEST | ( | StressTest | , |
| DISABLED_ThreadSafetyTestsAreSkippedWhenGoogleTestIsNotThreadSafe | |||
| ) |
Definition at line 248 of file gtest_stress_test.cc.