class Environment

Defined at line 45 of file ../../sdk/lib/driver/testing/cpp/driver_test.h

Forward declare.

Public Methods

zx::result<> Serve (fdf::OutgoingDirectory & to_driver_vfs)

This function is called on the dispatcher context of the environment. The class should serve

its elements (eg. compat::DeviceServer, FIDL servers, etc...) to the |to_driver_vfs|.

This object is serving the incoming directory of the driver under test.

void ~Environment ()

Defined at line 47 of file ../../sdk/lib/driver/testing/cpp/driver_test.h