class RunEventPayload
Defined at line 3031 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_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
void RunEventPayload (RunEventPayload && other)
RunEventPayload & operator= (RunEventPayload && other)
bool IsUnknown ()
::fuchsia_test_manager::RunEventPayload::Tag Which ()
RunEventPayload WithRunStarted (::fuchsia_test_manager::RunStarted val)
const ::fidl::internal::UnionMemberView<1, Storage_> run_started ()
::fidl::internal::UnionMemberView<1, Storage_> run_started ()
RunEventPayload & run_started (::fuchsia_test_manager::RunStarted value)
The test run started execution.
RunEventPayload WithRunStopped (::fuchsia_test_manager::RunStopped val)
const ::fidl::internal::UnionMemberView<2, Storage_> run_stopped ()
::fidl::internal::UnionMemberView<2, Storage_> run_stopped ()
RunEventPayload & run_stopped (::fuchsia_test_manager::RunStopped value)
The test run stopped executing.
RunEventPayload WithArtifact (::fuchsia_test_manager::Artifact val)
const ::fidl::internal::UnionMemberView<3, Storage_> artifact ()
::fidl::internal::UnionMemberView<3, Storage_> artifact ()
RunEventPayload & artifact (::fuchsia_test_manager::Artifact value)
The test run produced an artifact.
void RunEventPayload (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
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() |
TODO: share union tag types between wire
&
natural.
Defined at line 3042 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits