Java Testing - ilya-khadykin/notes-outdated GitHub Wiki
Tools
- Dynamic Testing
- JUnit, TDD, Mock, Persistence, BDD (behavioour driven development)
- Spock
- Coverage
- Web testing
- Static Analysis
- PMD
- Findbugs
Mutable vs Immutable Objects
If you can change state of an object, it's hard to predict it in future