class Invocation

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

Specification of a test to run.

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 225 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

bool has_name ()

Defined at line 229 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 235 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

void clear_name ()

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

Invocation & set_name (::std::string _value)
const ::std::string & tag ()

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 254 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

bool has_tag ()

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

::std::string * mutable_tag ()

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 265 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/hlcpp/fuchsia/test/cpp/fidl.h

void clear_tag ()

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

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