You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When UnitTestBot generates tests for structs with fields of function pointer type, these fields are initialized with generated stubs. But stubs are not generated for internal structs stored by pointers, so undeclared stubs are used.
Description
When UnitTestBot generates tests for structs with fields of function pointer type, these fields are initialized with generated stubs. But stubs are not generated for internal structs stored by pointers, so undeclared stubs are used.
Example
To Reproduce
Steps to reproduce the behavior:
process_struct_with_func_pointer
Expected behavior
Tests are supposed to be executed successfully.
Actual behavior
An error test is generated with information about errors.
Generated test
Logs
The text was updated successfully, but these errors were encountered: