SysMock in D365FO
Views (4)
This post is about mock objects for unit testing in Dynamics 365 Finance and Operations, using the existing SysMock library. Mock objects are used to mimic behaviour of real objects to isolate the parts of code you want to test, to simplify test setup, to simulate specific responses and so on. SysMock is a library ...
This was originally posted here.

Like
Report
*This post is locked for comments