tree: 1d7a24e33a07c40a300e36e8eb2400c3fc42e267 [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
peridot/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.