template <>

class WireTableBuilder

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

Public Methods

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::wire::Invocation> & name (First && first, Args &&... args_)

Uniquely identifies a test case within a test suite.

This member is required.

Defined at line 467 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/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::wire::Invocation> & tag (First && first, Args &&... args_)

Optional tag, arbitrarily specified by clients of `Suite`.

This field is not used by Suite protocol, but passed

back as is by `OnTestCaseStarted`.

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

Friends

template <>
class Invocation