I have a unit test that calls a method on an object passing in a string.
One of the first things that the method being called does is to check the string for null or
The contents of filePath
are definitely not null (and not empty), so that leaves us with two options:
filePath
, which is empty on nullUpdate
Your question update makes me think the second option (of the above) is the one