01Provides pre-action Gate Functions to validate assertions and mocking strategies
0258 GitHub stars
03Detects and blocks the addition of test-only methods like reset() to production classes
04Enforces the 3 Iron Laws of testing to eliminate brittle and deceptive test suites
05Guides developers to mock at the correct level of abstraction (e.g., I/O vs. business logic)
06Includes specific code examples for identifying and correcting common testing anti-patterns