template <>

class NaturalClientImpl

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

Public Methods

::fit::result< ::fidl::OneWayError> GetTests (::fidl::Request< ::fuchsia_test::Suite::GetTests> request)

Enumerate the test cases available in this test suite.

::fit::result< ::fidl::OneWayError> Run (::fidl::Request< ::fuchsia_test::Suite::Run> request)

Run the specified test cases. Results are returned over the results

channel.

`tests` may contain duplicate elements, in which case the same test is

run multiple times as indicated.

Closing `listener` marks the end of this call.