class RunEventPayload

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

Various events for run execution. The first event for a test run will

always be `run_started`. `run_stopped` fires when the test run stops

and will always fire after `run_started`.

Public Methods

bool IsUnknown ()

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

void RunEventPayload ()
void ~RunEventPayload ()
void RunEventPayload (RunEventPayload && other)
RunEventPayload & operator= (RunEventPayload && other)
bool has_invalid_tag ()
bool is_run_started ()
RunEventPayload WithRunStarted (::fuchsia_test_manager::wire::RunStarted val)

The test run started execution.

::fuchsia_test_manager::wire::RunStarted & run_started ()

The test run started execution.

const ::fuchsia_test_manager::wire::RunStarted & run_started ()

The test run started execution.

bool is_run_stopped ()
RunEventPayload WithRunStopped (::fuchsia_test_manager::wire::RunStopped val)

The test run stopped executing.

::fuchsia_test_manager::wire::RunStopped & run_stopped ()

The test run stopped executing.

const ::fuchsia_test_manager::wire::RunStopped & run_stopped ()

The test run stopped executing.

bool is_artifact ()
RunEventPayload WithArtifact (::fidl::ObjectView< ::fuchsia_test_manager::wire::Artifact> val)

The test run produced an artifact.

template <typename... Args>
RunEventPayload WithArtifact (::fidl::AnyArena & allocator, Args &&... args)

The test run produced an artifact.

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

::fuchsia_test_manager::wire::Artifact & artifact ()

The test run produced an artifact.

const ::fuchsia_test_manager::wire::Artifact & artifact ()

The test run produced an artifact.

::fuchsia_test_manager::wire::RunEventPayload::Tag Which ()
void _CloseHandles ()

Enumerations

enum Tag
Name Value
kRunStarted 1
kRunStopped 2
kArtifact 3
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

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