Tests View Model
An interface that contains all the properties and methods required for a concrete implementation of TestsViewModel
Functions
Link copied to clipboard
abstract fun fetchWorkBookListForTestDetails( testDetails: TestDetails, @MainThread onSuccess: (List<WorkBook>) -> Unit, @MainThread onFailure: (Throwable) -> Unit? = null)
Content copied to clipboard
Used to fetch a list of workbooks for the specified test.
Link copied to clipboard
Used to mark the specified test as missed.
Link copied to clipboard
Used to refresh testDetailsList.
Properties
Link copied to clipboard
A state property that is holds a list of TestDetails.
Link copied to clipboard
A state property that holds that hold the current TestsViewModelUiState.