FrontPage
RecentChanges
FindPage
PageIndex
UnusedPages
UndefinedPages

Set your name in
UserPreferences



Referenced by
ExcusesForNotDoin...




JSPWiki v2.0.36


HowDoYouWriteUnitTestsFor

[old:HowDoYouWriteUnitTestsFor]

Difference between current version and version 1:

Removed line 1
-
Line 5 was replaced by line 4
- This one is quite straightforward, once you realise that (what with the ongoing triumph of raster graphics over vector) graphical output is numeric output.
+ This one is quite straightforward, once you realise that (what with the ongoing triumph of raster graphics over vector) complicated graphical output is trivial numeric output.
Line 13 was replaced by line 12
- |''z''| <=2, so that's two test cases right there. And so on.
+ magnitude(''z'') <=2, so that's two test cases right there. And so on.
At line 16 added 2 lines.
+ Mock the execution environment. If you even need to do that: most main methods are (or should be) nugatory.
+

Back to HowDoYouWriteUnitTestsFor, or to the Page History.