Tests: Difference between revisions
Jump to navigation
Jump to search
→Shared functions: "between" is only for two
(→Shared functions: plural) |
(→Shared functions: "between" is only for two) |
||
Line 142: | Line 142: | ||
=== Shared functions === | === Shared functions === | ||
It is often useful to share a function | It is often useful to share a function among 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 |