Expand description
Definitions specific to test suites that are implemented as ELF components (e.g. gtest and Rust tests).
Structs§
- All information about this test ELF component.
Enums§
- Error encountered running test component
- Error encountered while working with the FIDL library.
- Error encountered while working with kernel object.
- Error encountered while running suite server
Traits§
- Describes a test suite server for tests that are executed as ELF components.
Functions§
- Setup and run test component in background.
Type Aliases§
- Ordered list of
TestCaseInfo
s. - A mutable container around
SharedFuture<T, E>
that can be filled in when the stored future is first created. - A pinned, boxed future whose output is
Result<T, E>
.