|
proxygen
|
#include <stdio.h>#include "gtest/gtest.h"#include "src/gtest-internal-inl.h"Go to the source code of this file.
Macros | |
| #define | GTEST_IMPLEMENTATION_ 1 |
Functions | |
| TEST (GTestColorTest, Dummy) | |
| int | main (int argc, char **argv) |
| #define GTEST_IMPLEMENTATION_ 1 |
Definition at line 45 of file gtest_color_test_.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 58 of file gtest_color_test_.cc.
References testing::InitGoogleTest(), and testing::internal::ShouldUseColor().
| TEST | ( | GTestColorTest | , |
| Dummy | |||
| ) |
Definition at line 55 of file gtest_color_test_.cc.