template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fidl::VectorView<::fuchsia_component_decl::wire::Offer>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_component_decl::wire::Offer>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_test_manager::wire::RealmOptions> & offers (First && first, Args &&... args_)

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

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

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_test_manager::wire::RealmOptions> & test_collection (First && first, Args &&... args_)

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

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

Friends

template <>
class RealmOptions