Uses of Interface
com.chess.backend.domain.repository.IGameRepository
Packages that use IGameRepository
Package
Description
-
Uses of IGameRepository in com.chess.backend.repository
Classes in com.chess.backend.repository that implement IGameRepositoryModifier and TypeClassDescriptionclass
class
A GameRepository mocking class for testing. -
Uses of IGameRepository in com.chess.backend.restController.service
Constructors in com.chess.backend.restController.service with parameters of type IGameRepositoryModifierConstructorDescriptionNewChessGameService
(ChessGameService gameService, IGameRepository gameRepository) -
Uses of IGameRepository in com.chess.backend.services
Constructors in com.chess.backend.services with parameters of type IGameRepository