tree: 2921aa9bb69c63ff70de5f2437bb9e7b47afb23f [path history] [tgz]
  1. echo_realm_placeholder/
  2. intl_property_manager/
  3. proxy_stressor/
  4. BUILD.gn
  5. METADATA.textproto
  6. OWNERS
  7. placeholders.test.fidl
  8. README.md
src/testing/fidl/README.md

This directory contains common placeholder FIDL protocols and implementations that can be used in tests:

  • placeholders.test.fidl: FIDL library containing a simple Echo FIDL protocol definition.
  • echo_realm_placeholder: A realm containing echo client and server components:
    • echo_client: A child component that is eagerly started with the realm. Connects to the echo_server over the test.placeholders.Echo protocol.
    • echo_server: Implements and serves the test.placeholders.Echo protocol.