Timeline for Test helper method to assert if text could be found
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 14, 2017 at 11:27 | comment | added | CodingYoshi | @cad97 please take note of the last comment by t3chb0t | |
| Mar 14, 2017 at 11:26 | comment | added | CodingYoshi | @t3chb0t yes you are correct. I will edit my answer later today. Good catch. Although in this case the return makes no sense but my suggestions were in general. Nonetheless good catch. | |
| Mar 14, 2017 at 7:24 | comment | added | t3chb0t |
a return after Assert.Fail does not make any sense ;-)
|
|
| Mar 12, 2017 at 16:05 | comment | added | CAD97 |
Note also that C#7 allows the out param to be out var name to declare inline into the containing scope.
|
|
| Mar 11, 2017 at 20:49 | history | edited | CodingYoshi | CC BY-SA 3.0 |
added 2141 characters in body
|
| Mar 11, 2017 at 18:24 | comment | added | Force444 | Thanks! That helped. Some really good advice in your answer.You stated that you didn't want to comment on the testing approach, would you mind commenting on it any way? This style of testing is used throughout the application that I'm working on! So it would be interesting to know if you have any suggestions for how it can be improved | |
| Mar 11, 2017 at 18:22 | vote | accept | Force444 | ||
| Mar 11, 2017 at 17:08 | history | edited | CodingYoshi | CC BY-SA 3.0 |
added 66 characters in body
|
| Mar 11, 2017 at 16:59 | history | answered | CodingYoshi | CC BY-SA 3.0 |