[roll] Roll fuchsia [display][coordinator] Solidify Client testing interface.

This CL removes the friend relationship between ClientProxy and
IntegrationTest. Once the CL lands, neither Client nor ClientProxy have
any friends. This will make it easier to reason about and evolve their
internal invariants.

As part of the refactoring, this CL adds appropriately-named methods to
Client and ClientProxy, and moves a data member from Client to
ClientProxy.

Original-Bug: 388885807
Test: fx test //src/graphics/display
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1204507
Original-Revision: 7931adfae5cbf1926ee224de1f70c10ceb5852f9
GitOrigin-RevId: a90e02ae2cbc5a6c54b630d191492b1d289824c8
Change-Id: Id43528150f46cc618d74ba4656493451bd073dd5
1 file changed
tree: 66d324ba4645830673287ed0500b0264857a6a07
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.