Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
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
-
it fails to find any non-static symbols (functions).
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.
0