Records
Functions
-
void AssertPeerClosed (const zx::channel & channel)Generates a test failure if the peer of |channel| is not closed.
Defined at line 12 of file ../../sdk/lib/fidl_driver/tests/transport/assert_peer_closed_helper.cc
-
template <typename FidlProtocol>auto FailTestOnServerError ()Returns an |OnUnboundFn| that injects a test error when the server
unbinds from the channel due to an error.
Defined at line 19 of file ../../sdk/lib/fidl_driver/tests/transport/server_on_unbound_helper.h
-
void AssertPeerClosed (const fdf::Channel & channel)Generates a test failure if the peer of |channel| is not closed.
Defined at line 22 of file ../../sdk/lib/fidl_driver/tests/transport/assert_peer_closed_helper.cc