IoC containers: Autoregistration tests groundwork
I have put together an assembly containing some types used to test the autoregistration features of different Inversion of Control containers.
I will put some IoC containers (starting with Windsor) through a set of tests over these classes. The IoC container will have to find a concrete class, find an implementation for an interface, and find all implementations of a interface where multiple types implement it.