Home | History | Annotate | Download | only in gtest

Lines Matching defs:ExitedWithCode

8527 //   ASSERT_EXIT(server.ExitNow(), ::testing::ExitedWithCode(0), "Exiting");
8625 class GTEST_API_ ExitedWithCode {
8627 explicit ExitedWithCode(int exit_code);
8631 void operator=(const ExitedWithCode& other);