class ClientChecker

Defined at line 25 of file ../../src/lib/fidl/llcpp/tests/dispatcher/client_checkers.h

Public Methods

template <typename ClientLike>
void AssertImplNotNull (const ClientLike & client)

Asserts that the contained client implementation object is not null.

Defined at line 29 of file ../../src/lib/fidl/llcpp/tests/dispatcher/client_checkers.h

template <typename ClientLike>
void AssertImplNull (const ClientLike & client)

Asserts that the contained client implementation object is null.

Defined at line 35 of file ../../src/lib/fidl/llcpp/tests/dispatcher/client_checkers.h

template <typename ClientLike>
fidl::internal::ClientBase * GetClientBase (const ClientLike & client)

Gets a pointer to the internal state.

Defined at line 41 of file ../../src/lib/fidl/llcpp/tests/dispatcher/client_checkers.h

template <typename ClientLike>
std::shared_ptr<fidl::internal::AnyTransport> GetTransport (const ClientLike & client)

Defined at line 46 of file ../../src/lib/fidl/llcpp/tests/dispatcher/client_checkers.h