Searched refs:ShellProtocolTest (Results 1 – 2 of 2) sorted by relevance
26 class ShellProtocolTest : public ::testing::Test { class84 sig_t ShellProtocolTest::saved_sigpipe_handler_ = nullptr;101 TEST_F(ShellProtocolTest, FullPacket) { in TEST_F() argument113 TEST_F(ShellProtocolTest, ReadBufferOverflow) { in TEST_F() argument129 TEST_F(ShellProtocolTest, ZeroLengthPacket) { in TEST_F() argument139 TEST_F(ShellProtocolTest, ExitCodePacket) { in TEST_F() argument149 TEST_F(ShellProtocolTest, WriteToClosedPipeFail) { in TEST_F() argument157 TEST_F(ShellProtocolTest, WriteToClosedFdFail) { in TEST_F() argument165 TEST_F(ShellProtocolTest, ReadFromClosedPipeFail) { in TEST_F() argument173 TEST_F(ShellProtocolTest, ReadFromClosedFdFail) { in TEST_F() argument[all …]
114 friend class ShellProtocolTest; variable