Nemesis Verify Symbol
nemesis_verify_symbolChecks all mocks, stubs, and spies targeting a production symbol and reports which are stale or mismatched, so you can find broken test doubles without running tests.
Instructions
List every test double pointing at a production symbol and whether each remains valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Qualified or short class/interface/trait name | |
| exclude | No | Directory names to skip, e.g. a repository's own intentionally broken drift fixtures | |
| strictness | No | breaking_only |