Tests: Difference between revisions
Jump to navigation
Jump to search
→Shared functions: plural
(Small overhauling of this section.) |
(→Shared functions: plural) |
||
Line 142: | Line 142: | ||
=== Shared functions === | === Shared functions === | ||
It is often useful to share a function between multiple | It is often useful to share a function between multiple tests. Sometimes | ||
these are only small helper functions, but more often these are just simpler | these are only small helper functions, but more often these are just simpler | ||
low performance implementations of the function being tested. These are | low performance implementations of the function being tested. These are |