-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathframework-tests-matrix.json
More file actions
76 lines (76 loc) · 3.78 KB
/
framework-tests-matrix.json
File metadata and controls
76 lines (76 loc) · 3.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"project": [
{
"PART_NAME": "composite-part1",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.manual.*\""
},
{
"PART_NAME": "composite-part2",
"TESTS_TO_RUN": "--tests \"org.utbot.engine.*\" --tests \"org.utbot.framework.*\" --tests \"org.utbot.sarif.*\" --tests \"org.utbot.examples.taint.*\""
},
{
"PART_NAME": "composite-part3",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.stream.*\""
},
{
"PART_NAME": "collections-part1",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.MapValuesTest\" --tests \"org.utbot.examples.collections.OptionalsTest\" --tests \"org.utbot.examples.collections.SetIteratorsTest\" --tests \"org.utbot.examples.collections.CustomerExamplesTest\" --tests \"org.utbot.examples.collections.GenericListsExampleTest\" --tests \"org.utbot.examples.collections.LinkedListsTest\" --tests \"org.utbot.examples.collections.ListAlgorithmsTest\""
},
{
"PART_NAME": "collections-part2",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.SetsTest\" --tests \"org.utbot.examples.collections.ListIteratorsTest\" --tests \"org.utbot.examples.collections.ListWrapperReturnsVoidTest\" --tests \"org.utbot.examples.collections.MapEntrySetTest\" --tests \"org.utbot.examples.collections.MapKeySetTest\""
},
{
"PART_NAME": "examples-part1",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.annotations.*\" --tests \"org.utbot.examples.arrays.*\" --tests \"org.utbot.examples.casts.*\" --tests \"org.utbot.examples.controlflow.*\" --tests \"org.utbot.examples.enums.*\""
},
{
"PART_NAME": "examples-part2",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.invokes.*\" --tests \"org.utbot.examples.lambda.*\" --tests \"org.utbot.examples.make.symbolic.*\" --tests \"org.utbot.examples.math.*\" --tests \"org.utbot.examples.mixed.*\""
},
{
"PART_NAME": "examples-part3",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.primitives.*\""
},
{
"PART_NAME": "examples-part4",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.thirdparty.numbers.*\" --tests \"org.utbot.examples.types.*\" --tests \"org.utbot.examples.unsafe.*\" --tests \"org.utbot.examples.wrappers.*\" --tests \"org.utbot.examples.recursion.*\" --tests \"org.utbot.examples.statics.substitution.*\" --tests \"org.utbot.examples.stdlib.*\" --tests \"org.utbot.examples.structures.*\""
},
{
"PART_NAME": "examples-part5",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.strings.*\""
},
{
"PART_NAME": "examples-part6",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.strings11.*\""
},
{
"PART_NAME": "examples-part7",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.algorithms.*\""
},
{
"PART_NAME": "examples-part8",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.codegen.*\""
},
{
"PART_NAME": "examples-part9",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.mock.*\" --tests \"org.utbot.examples.models.*\" --tests \"org.utbot.examples.natives.*\" --tests \"org.utbot.examples.objects.*\" --tests \"org.utbot.examples.reflection.*\" --tests \"org.utbot.examples.threads.*\""
},
{
"PART_NAME": "examples-part10",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.exceptions.*\""
},
{
"PART_NAME": "examples-lists",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.ListsPart1Test\" --tests \"org.utbot.examples.collections.ListsPart2Test\" --tests \"org.utbot.examples.collections.ListsPart3Test\""
},
{
"PART_NAME": "examples-maps-part1",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.MapsPart1Test\""
},
{
"PART_NAME": "examples-maps-part2",
"TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.MapsPart2Test\""
}
]
}