Tagged Questions
0
votes
1answer
126 views
Full code coverage
I'm trying to obtain full code coverage for the following line of code...
stringWriter.Write(HtmlEncodedString.Format(string.Format("{0,-10:C}", x + y)))
The line above this one is showing as fully ...