File tree Expand file tree Collapse file tree 1 file changed +62
-0
lines changed Expand file tree Collapse file tree 1 file changed +62
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : Bug report
3
+ about : Create a report to help us improve
4
+ title : ' '
5
+ labels : ' '
6
+ assignees : ' '
7
+
8
+ ---
9
+
10
+ ** Description**
11
+
12
+ _ Example:_ There are hundreds of error messages in the UTBot log. Looks like the problem is in the concrete executor.
13
+
14
+ ** To Reproduce**
15
+
16
+ Steps to reproduce the behavior:
17
+
18
+ _ Example:_
19
+
20
+ 1 . Run the 'X' project in IntelliJ Idea
21
+ 2 . Use plugin to generate tests
22
+ 3 . Open the generated test
23
+
24
+ ** Expected behavior**
25
+
26
+ _ Example:_ Tests are supposed to be generated.
27
+
28
+ ** Actual behavior**
29
+
30
+ _ Example:_ An error test is generated with information about errors in the concrete executor.
31
+
32
+ ** Visual proofs (screenshots, logs, images)**
33
+
34
+ _ Example:_
35
+ ~~~
36
+ public void testFail_errors() {
37
+ // Couldn't generate some tests. List of errors:
38
+ //
39
+ // 684 occurrences of:
40
+ // Concrete execution failed
41
+ }
42
+ ~~~
43
+
44
+ ** Environment**
45
+
46
+ Test framework:
47
+
48
+ Java:
49
+
50
+ Mockito:
51
+
52
+ - [ ] Other packages
53
+ - [ ] Other classes
54
+ - [ ] Static mocking
55
+
56
+ Test:
57
+
58
+ - [ ] Parametrized
59
+
60
+ ** Additional context**
61
+
62
+ Add any other context about the problem here.
You can’t perform that action at this time.
0 commit comments