Test Issue Args
data class TestIssueArgs(val category: Output<TestIssueCategory>? = null, val errorMessage: Output<String>? = null, val severity: Output<TestIssueSeverity>? = null, val stackTrace: Output<StackTraceArgs>? = null, val type: Output<TestIssueType>? = null, val warning: Output<AnyArgs>? = null) : ConvertibleToJava<TestIssueArgs>
An issue detected occurring during a test execution.
Constructors
Link copied to clipboard
constructor(category: Output<TestIssueCategory>? = null, errorMessage: Output<String>? = null, severity: Output<TestIssueSeverity>? = null, stackTrace: Output<StackTraceArgs>? = null, type: Output<TestIssueType>? = null, warning: Output<AnyArgs>? = null)
Properties
Link copied to clipboard
Category of issue. Required.
Link copied to clipboard
A brief human-readable message describing the issue. Required.
Link copied to clipboard
Severity of issue. Required.
Link copied to clipboard
Deprecated in favor of stack trace fields inside specific warnings.
Link copied to clipboard
Type of issue. Required.