TestIssueSeverity

enum TestIssueSeverity : Enum<TestIssueSeverity> , ConvertibleToJava<TestIssueSeverity>

Severity of issue. Required.

Entries

Link copied to clipboard

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

Link copied to clipboard

Non critical issue, providing users with some info about the test run.

Link copied to clipboard

Non critical issue, providing users with some hints on improving their testing experience, e.g., suggesting to use Game Loops.

Link copied to clipboard

Potentially critical issue.

Link copied to clipboard

Critical issue.

Types

Link copied to clipboard
object Companion

Functions

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