JsonTestReport

@Serializable
data class JsonTestReport(val id: String, val title: String, val description: String? = null, val packageName: String, val className: String, val methodName: String, val fullName: String, val links: List<String>, val execution: JsonExecutionReport, val beforeStages: List<JsonStage>, val stages: List<JsonStage>, val afterStages: List<JsonStage>, val attachments: List<JsonAttachment>, val parameters: List<JsonParameter>)

Constructors

Link copied to clipboard
constructor(id: String, title: String, description: String? = null, packageName: String, className: String, methodName: String, fullName: String, links: List<String>, execution: JsonExecutionReport, beforeStages: List<JsonStage>, stages: List<JsonStage>, afterStages: List<JsonStage>, attachments: List<JsonAttachment>, parameters: List<JsonParameter>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val description: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard