...
Although using container in unit test is categorized as an anti-pattern (http://www.picocontainer.orgcom/tests-use-container-antipattern.html), it is interesting to use pico to bootstrap your test.
The anti-pattern seems to blame when you use a real container with real dependencies for a unit tests. But I think it's acceptable when
...