class Case

Defined at line 98 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

Describes a single test case.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::string & name ()

Uniquely identifies a test case within a test suite.

This member is required.

Defined at line 106 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

bool has_name ()

Defined at line 110 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

::std::string * mutable_name ()

Uniquely identifies a test case within a test suite.

This member is required.

Defined at line 116 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

void clear_name ()

Defined at line 124 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

const 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.

Defined at line 134 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

bool has_enabled ()

Defined at line 138 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

bool * mutable_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.

Defined at line 144 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

void clear_enabled ()

Defined at line 152 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

Case & set_name (::std::string _value)
Case & set_enabled (bool _value)
void Case ()
void Case (Case && other)
void ~Case ()
Case & operator= (Case && other)
::std::unique_ptr<Case> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Case * _value, size_t _offset)
zx_status_t Clone (Case * _result)