01Enforces structural completeness for mocks to prevent downstream integration errors
02Provides gate functions to validate the necessity and scope of mocks
03Identifies assertions that mistakenly test mock existence instead of component behavior
041 GitHub stars
05Flags and prevents the addition of test-only methods to production classes
06Promotes strict TDD workflows to catch architectural issues early in development