Skip to main content

Notifications

Announcements

No record found.

Customer experience | Sales, Customer Insights,...
Unanswered

Unit Test Case for ReadOnly properties

Posted on by 362

Hi Everyone,

I am facing one issue while writing unit test cases for organization requests in CRM plugins. I have to write the unit test case for the below code but the properties "Processes" and "Entities" of "RetrieveProcessInstancesResponse" are read only and I couldn't assign values for these properties from my unit test case. I know we should create a wrapper class for this response to solve this issue but I couldn't figure out how to write wrapper class for the nested properties (for ex. Entities in my scenario) in "RetrieveProcessInstancesResponse" class.

public static Entity GetRunningBpfInstanceId(IOrganizationService service , string objectId, string entityName, ITracingService logger)
        {   
 
            var bpfInstance = new RetrieveProcessInstancesRequest
            {
                EntityId = new Guid(objectId),
                EntityLogicalName = entityName
            };

            var proResp = (RetrieveProcessInstancesResponse)service.Execute(bpfInstance);
            return proResp?.Processes.Entities?.FirstOrDefault() ?? null;
        }

Any help would be appreciated. 

Note: I am using "Microsoft Fakes Unit Test Framework” with Stub type.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans