tree: ee1b975fd3380f6f6accdbe68c3fc7ad4bb3dd39 [path history] [tgz]
  1. src/
  2. BUILD.gn
  3. README.md
src/connectivity/bluetooth/lib/test-harness/README.md

test-harness

A crate that defines a TestHarness trait to define resources that are required for testing with implicitly managed resources. Using a TestHarness allows tests to easily set-up, run and tear-down required state and behavior to simplify the process of writing tests.