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