class Invocation

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

Specification of a test to run.

Public Methods

void Invocation ()

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

void Invocation (const Invocation & other)

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

Invocation & operator= (const Invocation & other)

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

void Invocation (Invocation && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_test::wire::Invocation> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_test::wire::Invocation> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test::wire::Invocation>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fidl::StringView & name ()

Uniquely identifies a test case within a test suite.

This member is required.

bool has_name ()
Invocation & operator= (Invocation && other)

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

::fidl::StringView & tag ()

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

This field is not used by Suite protocol, but passed

back as is by `OnTestCaseStarted`.

bool has_tag ()
void ~Invocation ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder