blairconrad / SelfInitializingFakes

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

Only fake reference types #68

Closed blairconrad closed 5 years ago

blairconrad commented 5 years ago

Any attempt to fake a value type will fail anyhow. And FakeItEasy 5.0.0 will enforce this restriction, so let's be ready.