class TestCaseStoppedEventDetails

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

Details for `test_case_stopped` events.

Public Methods

void TestCaseStoppedEventDetails (Storage_ storage)
void TestCaseStoppedEventDetails ()

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

void TestCaseStoppedEventDetails (TestCaseStoppedEventDetails && )

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

void TestCaseStoppedEventDetails (const TestCaseStoppedEventDetails & other)
TestCaseStoppedEventDetails & operator= (TestCaseStoppedEventDetails && )

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

TestCaseStoppedEventDetails & operator= (const TestCaseStoppedEventDetails & other)
bool operator== (const TestCaseStoppedEventDetails & other)
bool operator!= (const TestCaseStoppedEventDetails & other)
bool IsEmpty ()
const std::optional<uint32_t> & test_case_id ()

The test case to which this event pertains. This event will be preceeded by a

'test_case found' event with a matching id. This field will always be provided.

::std::optional<uint32_t> & test_case_id ()

The test case to which this event pertains. This event will be preceeded by a

'test_case found' event with a matching id. This field will always be provided.

TestCaseStoppedEventDetails & test_case_id (std::optional<uint32_t> value)

The test case to which this event pertains. This event will be preceeded by a

'test_case found' event with a matching id. This field will always be provided.

const std::optional< ::fuchsia_test_manager::TestCaseResult> & result ()

The test case result. This field will always be provided.

::std::optional< ::fuchsia_test_manager::TestCaseResult> & result ()

The test case result. This field will always be provided.

TestCaseStoppedEventDetails & result (std::optional< ::fuchsia_test_manager::TestCaseResult> value)

The test case result. This field will always be provided.

void TestCaseStoppedEventDetails (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits