template <>
class WireTableBuilder
Defined at line 1791 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::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::TestCaseFoundEventDetails> & test_case_name (First && first, Args &&... args_)
Name of the test case that was found. This field will always be provided.
Defined at line 1804 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/wire_types.h
Friends
template <>
class TestCaseFoundEventDetails