TestProgress

data class TestProgress(val passed: Int, val failed: Int, val total: Int)

Constructors

Link copied to clipboard
constructor(passed: Int, failed: Int, total: Int)

Properties

Link copied to clipboard
val failed: Int
Link copied to clipboard
val passed: Int
Link copied to clipboard
val total: Int