Stubbing Fails to Find Functions
I ran the "Collect Stub Information" Built-In test configuration on a project.
Inside this project, there are a series of both static and non-static functions. However, when I run that test configuration, it fails to find any non-static symbols (functions).
What, if anything in terms of code or project configurations, would prevent the test config. from locating all possible symbols in a project?
Tagged:
0
Comments
When you use "Collect Stub Information" Built-In test configuration on a project, Stubs View will be populated with symbols/methods that are called from the project's source, not the functions that are defined in it. Please check if this is the case.