tree: 278509208f6c9ccf62233be06932c6ff4d115837 [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. component_context_test_module.cc
  4. component_context_test_one_agent.cc
  5. component_context_test_service.fidl
  6. component_context_test_two_agent.cc
  7. component_context_test_unstoppable_agent.cc
  8. defs.h
  9. README.md
tests/component_context/README.md

component_context integration test

The purpose of fuchsia::modular::ComponentContext is mainly to expose APIs that lets clients interact with Agents.

This test exercises the APIs used to connect with Agents, influence their life cycle, and use their services.