apex-enterprise-patterns / force-di

Generic DI library with support for Apex, Triggers, Visualforce and Lightning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write more Apex tests

afawcett opened this issue · comments

Continue to expand out the tests in the /tests sub-folder and those in the sample apps.

I will focus on the Binding class for now.

Hi @afawcett, @ImJohnMDaniel & @douglascayers, first off thank you so much for your DF18 presentation and your work on this topic as this is really awesome.
We recently worked on a POC with it and are quite enthusiastic about it, however before integrating it in a real project, we are concerned about the current state of the unit tests, are they today sufficient for a production environment to accept the package (in terms of coverage) ?

@KGFTW i would say that they do require more work tbh. As always though with open source projects use is at your own risk and thus due diligence. So please also be led by your own testing and as to what parts of the lib you use. Meanwhile we will continue to expand the current test coverage. Thanks for keeping us honest! 👍