|
proxygen
|
#include "gtest/gtest.h"#include <stdio.h>#include <stdlib.h>#include <exception>Go to the source code of this file.
Functions | |
| void | TerminateHandler () |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 53 of file gtest_throw_on_failure_test_.cc.
References EXPECT_EQ, testing::InitGoogleTest(), and TerminateHandler().
| void TerminateHandler | ( | ) |
Definition at line 47 of file gtest_throw_on_failure_test_.cc.