You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
andersonmendrot
changed the title
Create an interface to ForceClient.cs so it would be possible to create unit tests
Create an interface to ForceClient.cs
Dec 17, 2020
andersonmendrot
changed the title
Create an interface to ForceClient.cs
Create an interface for the ForceClient.cs class
Dec 17, 2020
andersonmendrot
changed the title
Create an interface for the ForceClient.cs class
Turn the ForceClient.cs class virtual
Dec 21, 2020
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
The text was updated successfully, but these errors were encountered: