Discussions
Using ConfigureContainer to pass an IEnumerable<T> isn't playing nice
about 7 years ago by Sean Rock
I'm trying to write a spec for a class that takes as its ctor parameter an IEnumerable object. I'm overriding ConfigureContainer and specifying a List of real objects however the sut isn't seeing those values. Any ideas?