Modules§
Macros§
- instantiate_
common_ routing_ tests - The CommonRoutingTests are run under multiple contexts, e.g. both on Fuchsia under component_manager and on the build host under cm_fidl_analyzer. This macro helps ensure that all tests are run in each context.
- instantiate_
global_ policy_ checker_ tests - These GlobalPolicyChecker tests are run under multiple contexts, e.g. both on Fuchsia under component_manager and on the build host under cm_fidl_analyzer. This macro helps ensure that all tests are run in each context.
Structs§
Enums§
Traits§
- Routing
Test Model - A
RoutingTestModel
attempts to use capabilities from instances in a component model and checks the result of the attempt against an expectation. - Routing
Test Model Builder - Builds an implementation of
RoutingTestModel
from a set ofComponentDecl
s.
Functions§
- component_
decl_ with_ exposed_ binder - Same as above but with the component also exposing Binder protocol.
- component_
decl_ with_ test_ runner - Returns an empty component decl set up to have a non-empty program and to use the “test_runner” runner.
- default_
component_ decl - Returns an empty component decl for an executable component.
- default_
directory_ capability - Construct a capability path for the hippo directory.
- default_
service_ capability - Construct a capability path for the hippo service.
- generate_
storage_ path