Home | History | Annotate | Download | only in gtest

Lines Matching defs:ExitedWithCode

8528 //   ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
8626 class GTEST_API_ ExitedWithCode {
8628 explicit ExitedWithCode(int exit_code);
8632 void operator=(const ExitedWithCode& other);