Re: Re: testing the domain model
"Brian Sayatovic [email protected] [domaindrivendesign]" <[email protected]> Tue, 07 Jul 2015 21:42:34 +0000
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CANXx7X3fHz9a7GgTz89QrDc_h2g8QWK6i6h8P+H3NaefqUFHvQ@mail.gmail.com> |
I'm jumping in late, but we've build test fixtures that our test classes uses to conveniently stand up common entities like those. It's made testing code that requires several related entities much, much easier to write. The test fixtures we've built are built with an API that keeps test writers in mind so it's easy to succinctly use from a test without getting bogged down in boiler plate details.