template <>
class WireTableBuilder
Defined at line 837 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 = ::fuchsia_test_manager::wire::RealmOptions, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_test_manager::wire::RealmOptions>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_test_manager::wire::EnumerateTestCasesOptions> & realm_options (First && first, Args &&... args_)
Specifies the realm in which to enumerate test cases. If this field is not supplied, the
test cases will be enumerated in a hermetic realm inside the test manager. This option is
used by clients that require non-hermetic realms or test realms with custom runners.
Defined at line 852 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
Friends
template <>
class EnumerateTestCasesOptions