[roll] Roll fuchsia [sl4f] Dart null safety: convert more tests

The changes to test files here were all produced by "dart migrate".

These test cases all pass a null 'ssh' argument to the Sl4f
constructor, so change the constructor to allow a null argument in
order to accommodate that.

Note that we're not changing Sl4f's 'ssh' attribute to be nullable
because we don't want to have to change the various use sites to use
".ssh!" to access it.

Original-Bug: 120221
Test: fx set terminal.x64 --release --with sdk/testing/sl4f/client:tests
  + fx test sl4f_client_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/802970
Original-Revision: b64f83d3ec2b2fb9116e3b4e410674072c45751d
GitOrigin-RevId: 869cccea5e099b1ccd4ac9374ed7b23ad928566b
Change-Id: I6554652e8d85b367a97a61c2c0de7a78215e58ed
1 file changed
tree: 44ddbd24f12b85b646e38996ba36449d39c11f35
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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 via the IRC channel #fuchsia on Freenode.

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.