Discussions

Ask a Question
Back to All

Using ConfigureContainer to pass an IEnumerable<T> isn't playing nice

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?