Code Smell 275 - Missing Test Wrong Path
TL;DR: Ensure you fail the test when no exception is thrown in invalid conditions.
Problems
Silent faulty tests
Missing failure condition
Poor error validation
Unclear test outcome
Skipped test logic
Solutions
Add failure assertion
Explicit excep...
maximilianocontieri.com3 min read