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
-[ ] Check that the IntelliJ Idea UTBot plugin can be successfully installed
12
+
*Check that the IntelliJ Idea UTBot plugin can be successfully installed*
13
+
13
14
-[ ] Choose appropriate workflow from the next list (by default, use the latest one) https://github.com/UnitTestBot/UTBotJava/actions/workflows/publish-plugin-and-cli.yml
14
15
-[ ] Open IntelliJ IDE
15
-
-[ ] Remove the latest version of the UTBot plugin
16
-
-[ ] Clone or reuse UTBot workspace (https://github.com/UnitTestBot/UTBotJava.git)
17
-
-[ ] Open the workspace in the IDE with the installed plugin
18
-
-[ ] Build workspace (Instruction is needed)
19
-
-[ ] Go through manual scenarios
16
+
-[ ] Remove previously installed UTBot plugin
17
+
-[ ] Clone or reuse UTBot project (https://github.com/UnitTestBot/UTBotJava.git)
18
+
-[ ] Open the project in the IDE
19
+
-[ ] Install the downloaded plugin
20
20
21
+
*Go through manual scenarios*
21
22
22
23
**Manual scenario #1**
23
24
24
25
-[ ] Use default plugin settings
25
26
-[ ] Open the utbot-sample/src/main/java/org/utbot/examples/algorithms/ArraysQuickSort.java file
26
-
-[ ]Try to generate tests for the class
27
+
-[ ]Generate tests for the class
27
28
-[ ] Remove results
28
-
-[ ]Try to generate tests for the methods
29
+
-[ ]Generate tests for the methods
29
30
30
31
31
32
**Manual scenario #2**
32
33
33
34
-[ ] Use default plugin settings
34
35
-[ ] Open the utbot-sample/src/main/java/org/utbot/examples/mock/CommonMocksExample.java file
35
-
-[ ]Try to generate tests with all available (mocking) options
36
+
-[ ]Generate tests with all available (mocking) options
0 commit comments