PreviousTestsViewModel

interface PreviousTestsViewModel

An interface that specifies the requisite properties and methods required for a concrete implementation of PreviousTestsViewModel.

Functions

Link copied to clipboard
abstract fun refreshPreviousTestsList()

Used to refresh the previous test list.

Properties

Link copied to clipboard
abstract val testResultsMap: State<Map<TestDetails, TestResult>>

A state property that contains the a map that stores TestDetails object and the associated TestResult object.

Link copied to clipboard
abstract val uiState: State<PreviousTestsViewModelUiState>

A state property that contains the current PreviousTestsViewModelUiState.

Inheritors

Link copied to clipboard