Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Latest commit

 

History

History
6 lines (5 loc) · 395 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 395 Bytes

tests-clarity-in-DDD

Source code for the article "Domain-Driven Design: Striving for clarity in tests with factories"

You will find in the folder src :

  • domain : Contains the domain concepts (and related tests) related to Hospital, including an in-memory implementation of a HospitalRepository
  • application : Contains the use-case replaceSomeoneInHospital and its related test