memo icon indicating copy to clipboard operation
memo copied to clipboard

Adds missing `/repositories` and `/services` tests

Open matuella opened this issue 3 years ago • 0 comments

There are a significant amount of repositories/services implementations that weren't tested.

The list below is a summary of all untested classes:

Repositories

  • [ ] CollectionRepositoryImpl;
  • [ ] MemoExecutionRepositoryImpl;
  • [ ] MemoRepositoryImpl;
  • [ ] ResourceRepositoryImpl;
  • [ ] UserRepositoryImpl;
  • [ ] VersionRepositoryImpl.

Services

  • [ ] MemoryRecallServicesImpl;
  • [ ] CollectionServicesImpl;
  • [ ] ExecutionServicesImpl;
  • [ ] ProgressServicesImpl;
  • [ ] ResourceServicesImpl;
  • [ ] UserServicesImpl;
  • [ ] VersionServicesImpl.

matuella avatar May 07 '21 20:05 matuella