Serhii Shushliapin
Serhii Shushliapin
I spent some time investigating this issue. From the NUnit [docs](http://nunit.org/index.php?p=values&r=2.6.4) > By default, NUnit creates test cases from all possible combinations of the datapoints provided on parameters - the...
This change would make the [IteratorMethodInvokeCommand](https://github.com/AutoFixture/AutoFixture/blob/master/Src/Idioms/GuardClauseAssertion.cs#L406) class redundant and allow to simplify the `GuardClauseAssertion` class removing the unnecessary code. Any comments on that? Thanks!
Hi @MKargeti, I stopped using FakeDb quite a while ago since Sitecore 9 which introduced proper abstractions. You can find more info about the alternative approach [here](https://blog.sshushliapin.io/2019/12/25/switching-from-fakedb-to-mocks) or [here](https://blog.sshushliapin.io/2020/01/11/configuring-item-children). As...