You can only create tests for new functions in the following way.

  1. In this example, the tests for a and main functions have been completed.
  1. A new function b has been added to the source.
  1. On the [Preferences] – [Tests] – [Unit Test View] page, select the option to show function nodes to [All Functions].
  1. Functions that have not created tests are visible in the unit tests view.
  1. In the unit test view, select only unchecked items (items without subtests) by pressing Ctrl + click, and then press [Create Test] in the context menu.
  1. By doing the above, you can create tests for functions newly added to the source.

Need more help with this?
Don’t hesitate to contact us here.

Thanks for your feedback.