01Blocks test-only methods from entering production classes to maintain separation of concerns
020 GitHub stars
03Prevents assertions on mock elements to ensure real component behavior is verified
04Promotes strict TDD cycles to ensure implementation follows test requirements
05Validates mock completeness against real API structures to avoid downstream errors
06Enforces dependency analysis before mocking to prevent broken test logic