JsonTestReport
@Serializable
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>)