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
It seems like the RowVersion field is not used when an entity is being added during the Initialize method. For example: I have created an entity in my test with...
I was trying to write a unit test using a nested filter with ConditionOperator.Null using the latest version of FakeXrmEasy.9 (currently is this v1.57.1). I noticed that the test was...
I have a query that aggregates open activities across two levels of hierarchy. In the example here, the query returns one row per account with aggregate values for the number...
**Describe the bug** The Condition Operator Tests for This/Next/Last week are failing, even though I've not changed anything since last running all of the tests in the solution. I will...
https://github.com/jordimontana82/fake-xrm-easy/blob/3e68ddc4b6c911501e3575ca8ff5cf83f69044f2/FakeXrmEasy.Shared/XrmFakedContext.Queries.cs#L1697
I currently using FakeXrmEasy with standard Plugins. I works great for me Now, I would like to integrate with third Party Plugin of which I have the API and Dll...
**Describe the bug** The ConditionOperator.LastMonth condition operator brings back different results depending on the time component of the date being queried. **To Reproduce** Today is the 31st March 2021. If...
FakeXrmEasy.PullRequestException: 'Exception: Operator AboveOrEqual not yet implemented for condition expression. This functionality is not available yet. Please consider contributing to the following Git project https://github.com/jordimontana82/fake-xrm-easy by cloning the repository and...
I'd like to use early bound classes to initialize testing as much as possible to reduce amount of manual coding during setup. One thing I noticed is that the tool...
Not certain if this is an issue, a design choice, out of scope or something else, but would be great to get some insight into the details no matter what...