class TestCaseFoundEventDetails
Defined at line 970 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_found` events.
Public Methods
void TestCaseFoundEventDetails (Storage_ storage)
void TestCaseFoundEventDetails ()
Defined at line 975 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
void TestCaseFoundEventDetails (TestCaseFoundEventDetails && )
Defined at line 976 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
void TestCaseFoundEventDetails (const TestCaseFoundEventDetails & other)
TestCaseFoundEventDetails & operator= (TestCaseFoundEventDetails && )
Defined at line 977 of file fidling/gen/sdk/fidl/fuchsia.test.manager/fuchsia.test.manager/cpp/fidl/fuchsia.test.manager/cpp/natural_types.h
TestCaseFoundEventDetails & operator= (const TestCaseFoundEventDetails & other)
bool operator== (const TestCaseFoundEventDetails & other)
bool operator!= (const TestCaseFoundEventDetails & other)
bool IsEmpty ()
const std::optional< ::std::string> & test_case_name ()
Name of the test case that was found. This field will always be provided.
::std::optional< ::std::string> & test_case_name ()
Name of the test case that was found. This field will always be provided.
TestCaseFoundEventDetails & test_case_name (std::optional< ::std::string> value)
Name of the test case that was found. This field will always be provided.
const std::optional<uint32_t> & test_case_id ()
Identifies this test case in subsequent events. This field will always be provided
and is unique for a given `SuiteController`.
::std::optional<uint32_t> & test_case_id ()
Identifies this test case in subsequent events. This field will always be provided
and is unique for a given `SuiteController`.
TestCaseFoundEventDetails & test_case_id (std::optional<uint32_t> value)
Identifies this test case in subsequent events. This field will always be provided
and is unique for a given `SuiteController`.
void TestCaseFoundEventDetails (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits