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;100 TEST_F(ShellProtocolTest, FullPacket) { in TEST_F() argument112 TEST_F(ShellProtocolTest, ReadBufferOverflow) { in TEST_F() argument128 TEST_F(ShellProtocolTest, ZeroLengthPacket) { in TEST_F() argument137 TEST_F(ShellProtocolTest, ExitCodePacket) { in TEST_F() argument147 TEST_F(ShellProtocolTest, WriteToClosedPipeFail) { in TEST_F() argument155 TEST_F(ShellProtocolTest, WriteToClosedFdFail) { in TEST_F() argument163 TEST_F(ShellProtocolTest, ReadFromClosedPipeFail) { in TEST_F() argument171 TEST_F(ShellProtocolTest, ReadFromClosedFdFail) { in TEST_F() argument[all …]
123 friend class ShellProtocolTest; variable