class AsyncLoopAndEndpointsFixture

Defined at line 22 of file ../../src/lib/fidl/llcpp/tests/dispatcher/async_loop_and_endpoints_fixture.h

A test fixture that sets up a pair of endpoints and an async loop.

Prefer subclassing it to create more specific test fixtures.

Public Methods

void AsyncLoopAndEndpointsFixture ()

Defined at line 24 of file ../../src/lib/fidl/llcpp/tests/dispatcher/async_loop_and_endpoints_fixture.h

void SetUp ()

Defined at line 26 of file ../../src/lib/fidl/llcpp/tests/dispatcher/async_loop_and_endpoints_fixture.h

async::Loop & loop ()

Defined at line 32 of file ../../src/lib/fidl/llcpp/tests/dispatcher/async_loop_and_endpoints_fixture.h

fidl::Endpoints<TestProtocol> & endpoints ()

Defined at line 34 of file ../../src/lib/fidl/llcpp/tests/dispatcher/async_loop_and_endpoints_fixture.h