Expand description
Helpers and mocks for writing tests
Structs§
Enums§
- Test
Status - The status of the current device. Retrievable via
TestHandle::status
.
Functions§
- mock_
dai_ dev_ with_ io_ devices - Builds and returns a VFS with a mock input and output DAI device.
- test_
digital_ audio_ interface - Builds and returns a DigitalAudioInterface for testing scenarios. Returns the
TestHandle
associated with this device which can be used to validate behavior.