ExamerMarkTestAsCompletedUseCase

fun ExamerMarkTestAsCompletedUseCase(authenticationService: AuthenticationService, repository: Repository)

Parameters

authenticationService

an instance of AuthenticationService that will be used to get the AuthenticationService.currentUser.

repository

an instance of Repository that will be used to mark the test as complete.