blairconrad / SelfInitializingFakes

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

Use custom rules to configure fake services #47

Closed blairconrad closed 6 years ago

blairconrad commented 6 years ago

Avoids the need to use reflection access the "wrapping" functionality, and also means we don't have to rely on the undocumented behaviour of return values being set before actions are invoked.