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
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
fun init()
Link copied to clipboard
protected open fun onCleared()
Link copied to clipboard
Link copied to clipboard
fun startTest()
Link copied to clipboard
fun stopTest()