Package com. example. examer. usecases
Types
Link copied to clipboard
An interface that contains the requisite methods required for a concrete implementation of CredentialsValidationUseCase.
Link copied to clipboard
A concrete implementation of CredentialsValidationUseCase.
Link copied to clipboard
class ExamerMarkTestAsCompletedUseCase(authenticationService: AuthenticationService, repository: Repository) : MarkTestAsCompletedUseCase
Content copied to clipboard
A concrete implementation of MarkTestAsCompletedUseCase.
Link copied to clipboard
An interface that specifies the requisite methods for a concrete implementation of MarkTestAsCompletedUseCase.