Every branch executed, and no assertion that any of them produced the right answer. The assertTrue(true) is the tell, and it exists because a test with no assertions…
A test using shuffle() that failed roughly once a fortnight, and a global seed that could not be set without affecting everything else. The Randomizer arrived in 8.2…
Snapshot tests are usually a way of asserting that nothing changed, which is worth very little, until the change is one nobody intended. The snapshot caught a currency…