class SuiteRunnerRunRequest

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

Public Methods

void SuiteRunnerRunRequest (Storage_ storage)
void SuiteRunnerRunRequest (::std::string test_suite_url, ::fuchsia_test_manager::RunSuiteOptions options, ::fidl::ServerEnd< ::fuchsia_test_manager::SuiteController> controller)
void SuiteRunnerRunRequest ()

Default constructs a |SuiteRunnerRunRequest| only if all of its members are default constructible.

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

void SuiteRunnerRunRequest (SuiteRunnerRunRequest && )

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

SuiteRunnerRunRequest & operator= (SuiteRunnerRunRequest && )

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

const ::std::string & test_suite_url ()

The URL of the test component implementing the test suite to run.

::std::string & test_suite_url ()

The URL of the test component implementing the test suite to run.

SuiteRunnerRunRequest & test_suite_url (::std::string value)

The URL of the test component implementing the test suite to run.

const ::fuchsia_test_manager::RunSuiteOptions & options ()

Options specifying how the suite should be run.

::fuchsia_test_manager::RunSuiteOptions & options ()

Options specifying how the suite should be run.

SuiteRunnerRunRequest & options (::fuchsia_test_manager::RunSuiteOptions value)

Options specifying how the suite should be run.

const ::fidl::ServerEnd< ::fuchsia_test_manager::SuiteController> & controller ()

Server end of the suite controller. The client uses the controller to control the

execution of the test suite and to collect events regarding the suite run.

::fidl::ServerEnd< ::fuchsia_test_manager::SuiteController> & controller ()

Server end of the suite controller. The client uses the controller to control the

execution of the test suite and to collect events regarding the suite run.

SuiteRunnerRunRequest & controller (::fidl::ServerEnd< ::fuchsia_test_manager::SuiteController> value)

Server end of the suite controller. The client uses the controller to control the

execution of the test suite and to collect events regarding the suite run.

void SuiteRunnerRunRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits