class ExitedWithCode
Defined at line 195 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-death-test.h
Tests that an exit code describes a normal exit with a given exit code.
Public Methods
void ExitedWithCode (int exit_code)
void ExitedWithCode (const ExitedWithCode & )
Defined at line 198 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-death-test.h
bool operator() (int exit_status)
void operator= (const ExitedWithCode & other)
Defined at line 199 of file ../../third_party/googletest/src/googletest/include/gtest/gtest-death-test.h