Success

data class Success(val runId: RunId, val iteration: Int, val toolsExecutions: Map<ToolName, List<JsonElement>>, val state: State) : TestResult

Constructors

Link copied to clipboard
constructor(runId: RunId, iteration: Int, toolsExecutions: Map<ToolName, List<JsonElement>>, state: State)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val toolsExecutions: Map<ToolName, List<JsonElement>>

Functions

Link copied to clipboard