Basics
Views (1)
There is a fundamental principle in FakeXrmEasy: which is that is designed as a data-driven test driven development framework.
FakeXrmEasy abstracts the implementation of the IOrganizationService, IOrganizationServiceAsync and IOrganizationServiceAsync2 interfaces.
This saves you from not having to mock requests that implement those interfaces.
FakeXrmEasy simulates a Dataverse backend by keeping an In-Memory database that stores the data in Entities (or Tables) as well as the metadata of these Entities (or Tables).
This was originally posted here.

Like
Report
*This post is locked for comments