routing_test_helpers

Macro instantiate_common_routing_tests

Source
macro_rules! instantiate_common_routing_tests {
    ($builder_impl:path) => { ... };
    ($builder_impl:path, $test:ident, $($remaining:ident),+ $(,)?) => { ... };
    ($builder_impl:path, $test:ident) => { ... };
}
Expand description

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.