find_tests_for_symbol
List test methods that exercise the given production symbol. Recognises xUnit, NUnit, and MSTest. Set transitive=true to follow helper methods up to maxDepth levels (default 3, max 5).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | ✓ | Symbol name as Type.Method (simple or fully qualified) |
transitive | bool | Walk through helper methods to find indirect tests. Default false. | |
maxDepth | int | Maximum walk depth when transitive=true. Clamped to [1, 5]. Default 3. |