ReportCase

data class ReportCase(val id: String)

Description of a benchmark case. The id is just a relative file path and cannot contain '../'.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String