tree: a2a9d5302d2ae8de31529a0e0872d641b7f68ef1 [path history] [tgz]
  1. include/
  2. BUILD.gn
  3. fixture.cc
  4. README.md
src/devices/testing/devmgr-integration-test-shim/README.md

DevmgrIntegrationTestShim

This is a shim library to make it easier to transition DevmgrIntegrationTest tests to using the DriverTestRealm. This library uses DriverTestRealm under the hood, but exposes the same API that older tests are using.

New tests should use DriverTestRealm directly. Please see the examples.