I also have some services that needs mocks passed in constructor - ofc, behavior is different for each test. Unfortunately, I haven't found any good solution and currently I am repeating all mocking inside each
on
scope. I saw subject extension but it looks like subject creation can't be parametrized. Or at least I don't know how to parametrize it.