Timeline for answer to Possible fake testing with Rhino mock by almaz
Current License: CC BY-SA 3.0
Post Revisions
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 12, 2013 at 7:51 | comment | added | Trevor Pilley |
@Maro - you would also benefit from doing this assert Assert.AreEqual(3, result.Columns.Count); instead. That way, if the count is something other than 3, the test failure would be expected 3, got 4 rather than expected true, got false which gives less context to the actual failure.
|
|
| Apr 11, 2013 at 12:40 | history | answered | almaz | CC BY-SA 3.0 |