TestIssueType

enum TestIssueType : Enum<TestIssueType> , ConvertibleToJava<TestIssueType>

Type of issue. Required.

Entries

Link copied to clipboard

Default unspecified type. Do not use. For versioning only.

Link copied to clipboard

Issue is a fatal exception.

Link copied to clipboard

Issue is a native crash.

Link copied to clipboard

Issue is an ANR crash.

Link copied to clipboard

Issue is an unused robo directive.

Link copied to clipboard

Issue is a suggestion to use orchestrator.

Link copied to clipboard

Issue with finding a launcher activity

Link copied to clipboard

Issue with resolving a user-provided intent to start an activity

Link copied to clipboard

A Robo script was not fully executed.

Link copied to clipboard

A Robo script was fully and successfully executed.

Link copied to clipboard

The APK failed to install.

Link copied to clipboard

The app-under-test has deep links, but none were provided to Robo.

Link copied to clipboard

App accessed a non-sdk Api.

Link copied to clipboard

App accessed a non-sdk Api (new detailed report)

Link copied to clipboard

Robo crawl encountered at least one screen with elements that are not Android UI widgets.

Link copied to clipboard

Robo crawl encountered at least one probable login screen.

Link copied to clipboard

Robo signed in with Google.

Link copied to clipboard

iOS App crashed with an exception.

Link copied to clipboard

iOS App crashed without an exception (e.g. killed).

Link copied to clipboard

Robo crawl involved performing some monkey actions.

Link copied to clipboard

Robo crawl used a Robo directive.

Link copied to clipboard

Robo crawl used a Robo directive to ignore an UI element.

Link copied to clipboard

Robo did not crawl some potentially important parts of the app.

Link copied to clipboard

Robo crawl involved some in-app purchases.

Link copied to clipboard

Crash dialog was detected during the test execution

Link copied to clipboard

UI element depth is greater than the threshold

Link copied to clipboard

Blank screen is found in the Robo crawl

Link copied to clipboard

Overlapping UI elements are found in the Robo crawl

Link copied to clipboard

An uncaught Unity exception was detected (these don't crash apps).

Link copied to clipboard

Device running out of memory was detected

Link copied to clipboard

Problems detected while collecting logcat

Link copied to clipboard

Robo detected a splash screen provided by app (vs. Android OS splash screen).

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): TestIssueType
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: TestIssueType
Link copied to clipboard
Link copied to clipboard