Mentions légales du service

Skip to content

Refactor and mock Redis

Oscar Mendoza requested to merge refactor-and-mock-redis into master
  • Update signature of method getBatchRecords in DBSourceLayer and its implementations to receive an Object array instead of a String array.
  • Refactor PhyRedisEval to separate domain logic and DB calls (which are now being handled by RedisSourceLayer).
  • Mock RedisSourceLayer in PhyRedisEvalTest using Mockito.

Merge request reports

Loading