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: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,8 @@
1
1
# What is UTBotCpp?
2
+
3
+
[](https://github.com/UnitTestBot/UTBotCpp/actions/workflows/build-utbot.yml)
4
+
[](https://github.com/UnitTestBot/UTBotCpp/actions/workflows/publish-utbot.yml)
5
+
2
6
UTBotCpp generates test cases by code, trying to cover maximum statements and execution paths.
3
7
We treat source code as source of truth assuming that behavior is correct and corresponds to initial user demand.
4
8
Generated tests are placed in so-called regression suite.
@@ -12,12 +16,15 @@ Features demonstration in 5 min (click to see on [YouTube](https://www.youtube.c
-```utbot_plugin.vsix``` - UTBot plugin for VSCode
14
14
-```unpack_and_run_utbot.sh``` - setup script
15
15
-```version.txt``` - version file
16
16
17
17
18
-
-[] Perform setup on server side:
18
+
-[ ] Perform setup on server side:
19
19
20
20
Move binary and script into a new separate directory
21
21
@@ -39,13 +39,13 @@ PID/port 2121 should be found
39
39
40
40
If no errors and process is up then
41
41
42
-
-[] Perform client setup:
42
+
-[ ] Perform client setup:
43
43
44
44
- In local VSCode look for *Install from VSIX* command, select early downloaded ```utbot_plugin.vsix``` and install it - "UnitTestBot for C/C++" plugin should be visible in Extensions
45
45
- For Win: setup SSH remote connection with server- locally installed UTBot plugin should be available in remote mode (no new installation required)
46
46
- Open folder with source code, test connection as proposed, click Next and finish setup configuring project
47
47
48
-
##Check UTBot: Generate Tests
48
+
##Check UTBot: Generate Tests
49
49
On a source code project
50
50
-[ ] For Current Function:
51
51
1. Move to any function in the (as example) ```file.c```
0 commit comments