| { |
| program: { |
| binary: "test/test_manager_test", |
| }, |
| children: [ |
| { |
| name: "test_manager", |
| url: "fuchsia-pkg://fuchsia.com/test_manager#meta/test_manager.cm", |
| }, |
| ], |
| capabilities: [ |
| { protocol: "fuchsia.test.Suite" }, |
| ], |
| use: [ |
| { runner: "rust_test_runner" }, |
| { |
| protocol: "fuchsia.sys2.Realm", |
| from: "framework", |
| }, |
| { |
| protocol: [ "fuchsia.logger.LogSink" ], |
| }, |
| ], |
| offer: [ |
| { |
| protocol: "fuchsia.logger.LogSink", |
| from: "parent", |
| to: [ "#test_manager" ], |
| }, |
| { |
| protocol: "fuchsia.process.Launcher", |
| from: "parent", |
| to: [ "#test_manager" ], |
| }, |
| ], |
| expose: [ |
| { |
| protocol: "fuchsia.test.Suite", |
| from: "self", |
| }, |
| ], |
| } |