Namespaces

Enumerations

enum class Status : uint32_t
Name Value Comments
kPassed 1u

The test passed.

kFailed 2u

The test failed.

kSkipped 3u

The test was skipped.
A skipped status typically indicates that no attempt was made to run
the test.

Examples:
The test was disabled by the developer.
A precondition for running the test was not satisfied.

Represents success, failure, or other possible conditions following a test invocation.

Defined at line 18 of file fidling/gen/sdk/fidl/fuchsia.test/fuchsia.test/cpp/fidl/fuchsia.test/cpp/common_types.h

Records