loadTestResults
abstract suspend fun loadTestResults( testType: TestParadigm, page: Int, limit: Int): MimiPagedItems<MimiTestResult>
Content copied to clipboard
Returns paged TestResults for a given testing paradigm. No side-effects.
Return
a list of chronologically ordered test results as a MimiPagedItems.
Parameters
testType
filters based upon the TestParadigm. Only specific TestParadigms are valid.
page
the result page to load.
limit
The maximum number of test results to load.