01Prevents assertions on mock elements to ensure real behavior is tested
02Detects overly complex mock setups that should be integration tests
03Provides real-time gates during test modification and refactoring
04Identifies and blocks test-only methods from leaking into production code
05Enforces complete data structure mirroring for robust API mocking
0617 GitHub stars