TestViewModel

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class TestProgress(val passed: Int, val failed: Int, val total: Int)

Functions

Link copied to clipboard
Link copied to clipboard
fun init()
Link copied to clipboard
Link copied to clipboard
fun startTest()
Link copied to clipboard
fun stopTest()