How to Test a Play Application that extends a custom trait
问题 I'm having trouble writing tests for a mixin to my Play application that runs in it's own thread separate from play. I've tried over-writing WithApplication.provideApplication method with no luck. I get an inheriting conflicting methods error. (one from the real app "MyRunnableSystemWrapper", one from my mocked fake mixin called "MyMockedSystemWrapper"). execute(system) runs my system that is tested elsewhere and has sideaffects (connects to networked services, thus failing this test when