Re: testing the domain model
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
Hi Caleb, could you post the sourcecode of one of your tests? For now I understood that there are three aggregates: Organization, User and Test. The Test aggregate is the system under test an in particular you want to test its Submit method. Is that right? Looking at a few - or at least one - of your tests would greatly help in understanding the problem at hand. Thomas