Bit of a cross post from the box slack so I apologise for anyone seeing this twice... I use a beanfactory (originally DI1 now Wirebox) to wire up dependancies in my unit tests. This is not a ColdBox app. So I setup the beanfactory with mocks for each of the dependancies and then get the wired up subject under test from the beanfactory. This has worked great for years (I like it as it's also testing the syntax to wire in the dependancies is correct), however with Wirebox 7 it no longer works. So how do people wire up dependancies? Do you just manually call the setters (with mocks)?