Module elf

Source
Expand description

Definitions specific to test suites that are implemented as ELF components (e.g. gtest and Rust tests).

Structs§

BuilderArgs
Component
All information about this test ELF component.

Enums§

ComponentError
Error encountered running test component
FidlError
Error encountered while working with the FIDL library.
KernelError
Error encountered while working with kernel object.
SuiteServerError
Error encountered while running suite server

Traits§

SuiteServer
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§

EnumeratedTestCases
Ordered list of TestCaseInfos.
MemoizedFutureContainer
A mutable container around SharedFuture<T, E> that can be filled in when the stored future is first created.
PinnedFuture
A pinned, boxed future whose output is Result<T, E>.