blairconrad / SelfInitializingFakes

Like Fowler's self-initializing fakes.
MIT License
11 stars 3 forks source link

Fakeiteasy 4.0.0 #29

Closed blairconrad closed 7 years ago

blairconrad commented 7 years ago

Fixes #27. Supersedes #28.

blairconrad commented 7 years ago

Looks good to me. Just one question though: what will happen when we release FIE 5.x? Will you maintain a test project for each major version? Or will you drop support for version N-2?

It's a good question, @thomaslevesque. To be complete, we'd need a test project for all the versions, but that's not practical. My initial thought was test projects for the earliest supported FIE and the something approaching the latest (not that I'd jump on every single release and update the project, but y'know, from time to time). It's just a thought. And as you hint, we may eventually drop support for earlier versions, especially if they start requiring work to maintain. But I'm inspired by AutoFixture.AutoFakeItEasy, with support for FIE 1.7 right on up.