01Blocks the addition of test-only methods to production classes
021 GitHub stars
03Prevents assertions on mock behavior to ensure real logic is tested
04Ensures mocks mirror full real-world API schemas
05Enforces dependency analysis before implementing mocks
06Promotes TDD workflows to improve integration test coverage