class Case

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

Describes a single test case.

Public Methods

void Case ()

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

void Case (const Case & other)

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

Case & operator= (const Case & other)

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

void Case (Case && other)

Defined at line 110 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::Case> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_test::wire::Case> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_test::wire::Case>> 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 ()
bool & enabled ()

Whether the test is enabled or disabled (marked ignored/skipped) by the developer.

If the member is omitted, the test is assumed to be enabled.

bool has_enabled ()
Case & operator= (Case && other)

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

void ~Case ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder