class RealmOptions

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

Options specifying the realm in which a test suite should be run. These options are

used by clients that require non-hermetic realms or test realms with custom runners.

See [https://fuchsia.dev/fuchsia-src/development/testing/components/create_test_realm]

and [https://fuchsia.dev/fuchsia-src/development/testing/components/test_runner_framework#non-hermetic_tests]

for details.

Public Methods

void RealmOptions (Storage_ storage)
bool IsEmpty ()
void RealmOptions ()

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

void RealmOptions (RealmOptions && )

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

RealmOptions & operator= (RealmOptions && )

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

const std::optional< ::fidl::ClientEnd< ::fuchsia_component::Realm>> & realm ()

The realm which contains the collection in which to launch the test. This field is required.

::std::optional< ::fidl::ClientEnd< ::fuchsia_component::Realm>> & realm ()

The realm which contains the collection in which to launch the test. This field is required.

RealmOptions & realm (std::optional< ::fidl::ClientEnd< ::fuchsia_component::Realm>> value)

The realm which contains the collection in which to launch the test. This field is required.

const std::optional< ::std::vector< ::fuchsia_component_decl::Offer>> & offers ()

All offers from the realm to the test collection. This field is required.

::std::optional< ::std::vector< ::fuchsia_component_decl::Offer>> & offers ()

All offers from the realm to the test collection. This field is required.

RealmOptions & offers (std::optional< ::std::vector< ::fuchsia_component_decl::Offer>> value)

All offers from the realm to the test collection. This field is required.

const std::optional< ::std::string> & test_collection ()

The test collection in which to launch the test. This field is required.

::std::optional< ::std::string> & test_collection ()

The test collection in which to launch the test. This field is required.

RealmOptions & test_collection (std::optional< ::std::string> value)

The test collection in which to launch the test. This field is required.

void RealmOptions (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits