PrimaryStepRollUp

enum PrimaryStepRollUp : Enum<PrimaryStepRollUp> , ConvertibleToJava<PrimaryStepRollUp>

Rollup test status of multiple steps that were run with the same configuration as a group.

Entries

Link copied to clipboard

Do not use. For proto versioning only.

Link copied to clipboard

The test matrix run was successful, for instance: - All the test cases passed. - Robo did not detect a crash of the application under test.

Link copied to clipboard

A run failed, for instance: - One or more test case failed. - A test timed out. - The application under test crashed.

Link copied to clipboard

Something unexpected happened. The run should still be considered unsuccessful but this is likely a transient problem and re-running the test might be successful.

Link copied to clipboard

All tests were skipped, for instance: - All device configurations were incompatible.

Link copied to clipboard

A group of steps that were run with the same configuration had both failure and success outcomes.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): PrimaryStepRollUp
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: PrimaryStepRollUp
Link copied to clipboard
Link copied to clipboard