template <>
class Server
Defined at line 1473 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_messaging.h
Public Methods
void AddSuite (AddSuiteRequest & request, AddSuiteCompleter::Sync & completer)
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.
void AddSuiteInRealm (AddSuiteInRealmRequest & request, AddSuiteInRealmCompleter::Sync & completer)
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.
void Server ()
Defined at line 1476 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_messaging.h
void WithSchedulingOptions (WithSchedulingOptionsRequest & request, WithSchedulingOptionsCompleter::Sync & completer)
Specify scheduling options used for this run.
void Build (BuildRequest & request, BuildCompleter::Sync & completer)
Build and schedule the run.
This runs all suites added with their respective filters and closes the
channel once it is done.
Handler bind_handler (async_dispatcher_t * dispatcher)
|bind_handler| returns a handler that binds incoming connections to this
server implementation.
The returned handler borrows the server instance.
The server must outlive the provided |dispatcher|. Only after
the dispatcher is shutdown will it be safe to destroy the servers.
The server should not be moved.
void ~Server ()
Defined at line 1477 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_messaging.h