Expand description
Unit test utilities for clients of the fuchsia.hardware.display FIDL API.
Structs§
- Mock
Coordinator MockCoordinatorimplements the server-end of thefuchsia.hardware.display.Coordinatorprotocol. It minimally reproduces the display coordinator driver state machine to respond to FIDL messages in a predictable and configurable manner.
Enums§
- Mock
Coordinator Error - Errors that can be returned by
MockCoordinator.
Functions§
- create_
proxy_ and_ mock - Create a Zircon channel and return both endpoints with the server end bound to a
MockCoordinator.
Type Aliases§
- Result
- MockCoordinatorError Result type alias.