[roll] Roll fuchsia [inspect] Add PrintAll function for debugging hierarchies

This change adds a new `PrintAll` function to the inspect testing
library. This function recursively prints the entire inspect hierarchy,
including all nodes and their properties. The existing PrintTo functions used by testing::PrintToString does not list all the children and properties.

This utility is intended for debugging purposes, allowing developers to
easily view the complete structure and contents of an inspect hierarchy
during tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1408737
Original-Revision: da6b9679067249c788a02ecb1718a0dab55797c7
GitOrigin-RevId: 659bd2f261d2ac4fa77d2dd07f2d308abf83bbd5
Change-Id: I0a4078d387b6e561a8dd8e3a2bb19662ff6a27e4
1 file changed
tree: b3ea9a66bffd57617fdcd1c2fa0023200574ea91
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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.