class RealmOptions
Defined at line 487 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_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
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
void RealmOptions ()
Defined at line 489 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
void RealmOptions (const RealmOptions & other)
Defined at line 490 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
RealmOptions & operator= (const RealmOptions & other)
Defined at line 491 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
void RealmOptions (RealmOptions && other)
Defined at line 492 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_test_manager::wire::RealmOptions> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_test_manager::wire::RealmOptions> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test_manager::wire::RealmOptions>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
RealmOptions & operator= (RealmOptions && other)
Defined at line 493 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
::fidl::ClientEnd< ::fuchsia_component::Realm> & realm ()
The realm which contains the collection in which to launch the test. This field is required.
bool has_realm ()
::fidl::VectorView< ::fuchsia_component_decl::wire::Offer> & offers ()
All offers from the realm to the test collection. This field is required.
bool has_offers ()
::fidl::StringView & test_collection ()
The test collection in which to launch the test. This field is required.
bool has_test_collection ()
void ~RealmOptions ()
Defined at line 495 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder