Skip to main content

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

ParameterTypeRequiredDescription
symbolstringSymbol name as Type.Method (simple or fully qualified)
transitiveboolWalk through helper methods to find indirect tests. Default false.
maxDepthintMaximum walk depth when transitive=true. Clamped to [1, 5]. Default 3.