[roll] Roll fuchsia [root-presenter] virtual keyboard: refactor tests

Move tests that exercise FIDL channels into virtual_keyboard_fidl_test.cc.

The idea here is that `fidl_test` will focus on the IPC surfaces,
regardless of how the internal implementation is structured.

Individual classes will still have their own unit tests.

The general idea is that
a) the FIDL tests should exercise the plumbing:
   i) verify that connections are established and closed as expected
   ii) verify that messages flow end-to-end
b) the unit tests should comprehensively exercise corner cases

However, particularly important corner cases may be exercised by
FIDL tests as well.

Original-Bug: None
Test: fx test -o root_presenter_unittests  -- --gtest_filter='Virtual*'
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/525030
Original-Revision: d9638c34c0f9053c639bd6b2168a931536e220d5
GitOrigin-RevId: a9650a121b13235a740321cc244ce905f1bafc45
Change-Id: Id8cbe37e95a154579c69bb7f73d9207aa16d8cd1
1 file changed
tree: d37f5db8c3c70ac290529a8e88a6e48ce60482f4
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.