#include <stdio.h>#include <string>#include "util/test.h"
Go to the source code of this file.
Classes | |
| struct | Test |
Namespaces | |
| testing | |
Functions | |
| int | main (int argc, char **argv) |
| void | RegisterTest (void(*fn)(void), const char *name) |
| GTEST_API_ std::string | testing::TempDir () |
Variables | |
| static int | ntests |
| static Test | tests [10000] |
Definition at line 27 of file third_party/re2/util/test.cc.
| void RegisterTest | ( | void(*)(void) | fn, |
| const char * | name | ||
| ) |
Definition at line 22 of file third_party/re2/util/test.cc.
|
static |
Definition at line 20 of file third_party/re2/util/test.cc.
|
static |
Definition at line 19 of file third_party/re2/util/test.cc.