Daily bit(e) of C++ | Testing: ZOMBIES
Daily bit(e) of C++ #444, Unit testing with the ZOMBIES mnemonic.
ZOMBIES is a testing mnemonic introduced by James Grenning.
ZOMBIES represents a two-dimensional checklist to ensure you do not forget any important angles that should be covered with unit tests.
Z - zero, O - one, M - many
B - boundary, I - interface, E - exceptions
across: S — simple scenarios/solutions