fake-xrm-easy
fake-xrm-easy copied to clipboard
The testing framework for Dynamics CRM and Dynamics 365 which runs on an In-Memory context and deals with mocks or fakes for you
Fixes #340 (been around a while, but feels worth doing)
Plugin-Images (Pre, Post & Both) // Filtering Attributes // Calling PreValidation-Plugin in Pipeline
Added Support for: - Registering Plugin-Images for Pipeline (PreImage, PostImage & Both) - Filtering Attributes on Update - Execution for PreValidation in Pipeline And lots of tests 😃
I have a UnitTest where a record is created with a statecode attribute. The create in the faked OrganizationService failed with the following errormessage: > When creating an entity with...
Fix that partially solves #439. This resolves case where Finnish CultureInfo doesn't use character ":" as a default time separator.
Hello @jordimontana82, this fixes #220. Also I implemented the `RetrieveAllEntitiesRequestExecutor`. Best regards, Betim.
Hello @jordimontana82 , this should fix #415. Best regards, Betim.
…embly Changed how picklistattributemetadata is generated in optionset fields using enum type Handle two situations of OptionSet properties: 1)added extra property for Enum in addtion to OptionSetValue, or 2) generated...
Hello @jordimontana82 I replaced the obsolete GetFakedOrganizationService with GetOrganizationService in the codebase so we remove all those build warnings which are only noise that might mask possible problems. Best regards,...
This was an executor with particularly low test coverage
Hello guys! I add several checks to test if FilterExpression.IsQuickFindFilter property is used as expected. Unfortunately, I found that [doc is outdated](https://docs.microsoft.com/en-us/previous-versions/dynamicscrm-2016/developers-guide/gg309410%28v%3dcrm.8%29#about-the-isquickfindfilter-property) and real system behave a little bit different...