template <>
class WireSyncClientImpl
Defined at line 562 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_test_manager::SuiteRunner>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus Run (::fidl::StringView test_suite_url, ::fuchsia_test_manager::wire::RunSuiteOptions options, ::fidl::ServerEnd< ::fuchsia_test_manager::SuiteController> && controller)
Run a test suite. A suite is a test component that implements `fuchsia.test.Suite`.
Allocates 16 bytes of response buffer on the stack. Request is heap-allocated.