Anthony-Nolan / Atlas

A free & open-source Donor Search Algorithm Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cleaner delineation of test interface with HMD

benbelow opened this issue · comments

Currently the MatchingAlgorithm tests stub out the HMD by replacing the repositories with File-backed Repositories.But those are the internals of the HMD, which now has a relatively nice, clean, interface.Really MatchAlg.Tests should just be stubbing the HMD interace(s) themselves.