Reputation: 89
I'm working on a project where I need to unit test a service that interacts with SharePoint using the PnP Framework. The service calls PnP methods, and I want to mock these methods in my unit tests to avoid actual SharePoint calls.
Here's what I'm trying to achieve:
Questions:
Any guidance or code examples would be greatly appreciated!
Upvotes: 0
Views: 9