struct TestFixtureEnvironment
Defined at line 27 of file ../../src/connectivity/network/drivers/network-device/network_device_test.cc
The environment represents what exists before the driver starts. This includes the parent driver
which implements NetworkDeviceImpl. In the tests this is done by FakeNetworkDeviceImpl, therefore
an object of that type must live in the environment to provide a discoverable service for the
network device driver to connect to.
Public Members
FakeNetworkDeviceImpl device_impl_
Public Methods
zx::result<> Serve (fdf::OutgoingDirectory & outgoing)
Defined at line 28 of file ../../src/connectivity/network/drivers/network-device/network_device_test.cc