fetchTestResults

abstract suspend fun fetchTestResults(user: ExamerUser, testDetailsId: String): TestResult

Used to fetch the TestResult of a single test with the specified testDetailsId for a specific user.