tree: 33f4735fa589fce9de421abdd53e51aa9086fb43 [path history] [tgz]
  1. echo_realm_placeholder/
  2. intl_property_manager/
  3. proxy_stressor/
  4. BUILD.gn
  5. OWNERS
  6. placeholders.test.fidl
  7. 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.