01Detects test-only methods that leak into production classes and suggests cleaner utility alternatives
02Identifies and prevents the testing of mock behavior rather than actual code logic
030 GitHub stars
04Flags red flags like bloated mock setups and inappropriate test-specific IDs in production code
05Ensures mock objects completely mirror real API structures to avoid brittle or misleading test results
06Provides gate functions to evaluate the necessity and side effects of dependencies before mocking