Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Mock using rihno Mock test

Posted on by 944

i have a plugin which has RetrieveMultipleResponse as response. 

and now i want to generate stub for RetrieveMultipleResponse class but rihno mock throws error saying you cannot mock sealed class? 

RetrieveMultipleResponse response = MockRepository.GenerateMock<RetrieveMultipleResponse>();
RetrieveMultipleResponse response1 = MockRepository.GenerateStub<RetrieveMultipleResponse>();

both lines throws error. 

Thanks in advance 

*This post is locked for comments

  • Verified answer
    Friyank Profile Picture
    Friyank 944 on at
    RE: Mock using rihno Mock test

    Thanks Scott

    That helped me

    I make the following chnages.

    RetrieveMultipleResponse response = new RetrieveMultipleResponse();

    ParameterCollection pm = new ParameterCollection();

    pm.Add(new KeyValuePair<string, object>("EntityCollection", bupa_commonlookupObj));

    response.Results = pm;

    _organizationService.Stub(x => x.Execute(Arg<RetrieveMultipleRequest>.Is.Null)).IgnoreArguments().Return(response);

    This can be used as stub in rihno mock.

  • Suggested answer
    ScottDurow Profile Picture
    ScottDurow 50,177 on at
    RE: Mock using rihno Mock test

    Rather than mocking the response, just create a new instance and set the EntityCollection using the Results parameter collection of the base class (because the property is read only)

    Hope this helps

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!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,149 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans