class EmptyDriverType
Defined at line 42 of file ../../sdk/lib/driver/testing/cpp/driver_test.h
The configuration must be given a non-void DriverType, but not all tests need access to a
driver type (eg. they don't need to access or call anything on the driver class). This can be
used as a placeholder to avoid build errors. The driver lifecycle is managed separately, through
the `__fuchsia_driver_registration__` symbol, or through its custom registration provided with
GetDriverRegistration.