I'm parsing a date and throwing an exception. Aside from verifying an invalid date format throws an exception, I'm not sure what other branch to hit.
I did try Exception vs ArgumentException, both had the same result.
I am pretty new to unit test branch coverage, so any guidance would be appreciated.