template <>

class NaturalSyncClientImpl

Defined at line 1394 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_messaging.h

Public Methods

::fit::result< ::fidl::OneWayError> AddSuite (::fidl::Request< ::fuchsia_test_manager::RunBuilder::AddSuite> request)

Add a suite to this run. A suite is a component that implements

`fuchsia.test.Suite`. Implementors of this API will talk to test suites

using "Suite" protocol and return results using `controller`. The

controller is also used to control the execution of the test suite.

::fit::result< ::fidl::OneWayError> AddSuiteInRealm (::fidl::Request< ::fuchsia_test_manager::RunBuilder::AddSuiteInRealm> request)

Add a suite to this run which would run in provided 'realm'. A suite is

a component that implements `fuchsia.test.Suite`. Implementors of this

API will talk to test suites using "Suite" protocol and return results

using `controller`. The controller is also used to control the execution

of the test suite.

::fit::result< ::fidl::OneWayError> WithSchedulingOptions (const ::fidl::Request< ::fuchsia_test_manager::RunBuilder::WithSchedulingOptions> & request)

Specify scheduling options used for this run.

::fit::result< ::fidl::OneWayError> Build (::fidl::Request< ::fuchsia_test_manager::RunBuilder::Build> request)

Build and schedule the run.

This runs all suites added with their respective filters and closes the

channel once it is done.