anthonyreilly / NetCoreForce

Salesforce REST API toolkit for .NET Standard and .NET Core
MIT License
110 stars 63 forks source link

Turn the ForceClient.cs class virtual #25

Open andersonmendrot opened 3 years ago

andersonmendrot commented 3 years ago

I was trying to create unit tests and wanted to mock the ForceClient class because I don't have an account on Salesforce. But it's impossible to use that class for tests because the ForceClient class isn't virtual