TestViewModel

Constructors

Link copied to clipboard
constructor()

Types

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

Properties

Link copied to clipboard
Link copied to clipboard
val providerProgress: <Error class: unknown class><TestViewModel.TestProgress>
Link copied to clipboard
val providerResults: <Error class: unknown class><List<Pair<MainAPI, TestingUtils.TestResultProvider>>>

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
Link copied to clipboard
fun startTest()
Link copied to clipboard
fun stopTest()