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
Copy file name to clipboardExpand all lines: docs/vscode-fine-tune.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Fine-tune test generation
2
2
3
-
You have already configured some settings with the _UTBot: Quickstart_ wizard, and you may change them later. You
3
+
You have already configured some settings with the _UTBot: Quickstart_ wizard, and you may change them later. You
4
4
can also adjust additional settings for your testing purposes.
5
5
6
6
Go to **File** > **Preferences** > **Settings** and navigate to **Extensions** > **UnitTestBot**.
@@ -18,12 +18,15 @@ Adjust the settings, if necessary:
18
18
|**Paths**|||
19
19
| Build Directory |`build`| Contains `compile_commands.json` and `link_commands.json`. |
20
20
| CMake options |`-DCMAKE_EXPORT_COMPILE_COMMANDS=ON`<br>`-DCMAKE_EXPORT_LINK_COMMANDS=ON`| Options passed to CMake command to automatically build your project. |
21
+
| Initial Teardown Functions || Relative paths to json, that contains list of initial and teardown functions. [Format example](https://github.com/UnitTestBot/UTBotCpp/blob/main/integration-tests/c-example/itf.json)|
21
22
| Source Directories || Relative paths to the projects you would like to generate tests for. |
22
23
| Test Directory |`tests`| Relative path to a directory to store your test code. |
23
24
|**Test Generation**|||
24
25
| Generate for Static Functions |`True`| Set to `True` to generate tests for the C static functions. |
25
26
| Verbose formatting |`False`| Set to `True` to generate structured tests with more detail. |
26
27
| Error Mode |`Failing`|_Failing_ error tests fail then run.<br>_Passing_ error tests pass the checks. |
28
+
| Different Variables Of The Same Type |`False`| set to `True` if you want different value for same type of parameters. |
29
+
| Skip object without source |`False`| set to `True` if you want skip precompiled object files. |
27
30
|**Stubs**|||
28
31
| Use Stubs |`False`| Set to `True` to use autogenerated stubs. |
0 commit comments