If this has been answered already you can just direct me there...
In the method i am working on I am trying to mock a "checkpoint".
the line of code is this.... if (File.Exists(filePath)){
rest of code is here
}
I need to mock this so the program just moves on regardless of if there is a file there or not.
Any suggestions?
In the method i am working on I am trying to mock a "checkpoint".
the line of code is this.... if (File.Exists(filePath)){
rest of code is here
}
I need to mock this so the program just moves on regardless of if there is a file there or not.
Any suggestions?