Package com.example.examer.usecases

Types

Link copied to clipboard
interface CredentialsValidationUseCase

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

A concrete implementation of MarkTestAsCompletedUseCase.

Link copied to clipboard
interface MarkTestAsCompletedUseCase

An interface that specifies the requisite methods for a concrete implementation of MarkTestAsCompletedUseCase.