template <>
class WireSyncBufferClientImpl
Defined at line 1125 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus GetTests (::fidl::ServerEnd< ::fuchsia_test::CaseIterator> && iterator)
Enumerate the test cases available in this test suite.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::OneWayStatus Run (::fidl::VectorView< ::fuchsia_test::wire::Invocation> tests, ::fuchsia_test::wire::RunOptions options, ::fidl::ClientEnd< ::fuchsia_test::RunListener> && listener)
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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.