class Case
Defined at line 53 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/natural_types.h
Describes a single test case.
Public Methods
void Case (Storage_ storage)
void Case ()
Defined at line 59 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/natural_types.h
void Case (Case && )
Defined at line 60 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/natural_types.h
void Case (const Case & other)
Case & operator= (Case && )
Defined at line 61 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/natural_types.h
Case & operator= (const Case & other)
bool operator== (const Case & other)
bool operator!= (const Case & other)
bool IsEmpty ()
const std::optional< ::std::string> & name ()
Uniquely identifies a test case within a test suite.
This member is required.
::std::optional< ::std::string> & name ()
Uniquely identifies a test case within a test suite.
This member is required.
Case & name (std::optional< ::std::string> value)
Uniquely identifies a test case within a test suite.
This member is required.
const std::optional<bool> & enabled ()
Whether the test is enabled or disabled (marked ignored/skipped) by the developer.
If the member is omitted, the test is assumed to be enabled.
::std::optional<bool> & enabled ()
Whether the test is enabled or disabled (marked ignored/skipped) by the developer.
If the member is omitted, the test is assumed to be enabled.
Case & enabled (std::optional<bool> value)
Whether the test is enabled or disabled (marked ignored/skipped) by the developer.
If the member is omitted, the test is assumed to be enabled.
void Case (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits