|
1 | 1 | { |
2 | 2 | "project": [ |
3 | 3 | { |
4 | | - "PART_NAME": "composite", |
5 | | - "TESTS_TO_RUN": "--tests \"org.utbot.examples.manual.*\" --tests \"org.utbot.examples.stream.*\" --tests \"org.utbot.engine.*\" --tests \"org.utbot.framework.*\" --tests \"org.utbot.sarif.*\"" |
| 4 | + "PART_NAME": "composite-part1", |
| 5 | + "TESTS_TO_RUN": "--tests \"org.utbot.examples.manual.*\"" |
6 | 6 | }, |
7 | 7 | { |
8 | | - "PART_NAME": "collections-part1", |
9 | | - "TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.CustomerExamplesTest\" --tests \"org.utbot.examples.collections.GenericListsExampleTest\" --tests \"org.utbot.examples.collections.LinkedListsTest\" --tests \"org.utbot.examples.collections.ListAlgorithmsTest\" --tests \"org.utbot.examples.collections.ListIteratorsTest\" --tests \"org.utbot.examples.collections.ListWrapperReturnsVoidTest\" --tests \"org.utbot.examples.collections.MapEntrySetTest\" --tests \"org.utbot.examples.collections.MapKeySetTest\"" |
| 8 | + "PART_NAME": "composite-part2", |
| 9 | + "TESTS_TO_RUN": "--tests \"org.utbot.engine.*\" --tests \"org.utbot.framework.*\" --tests \"org.utbot.sarif.*\"" |
10 | 10 | }, |
11 | 11 | { |
12 | | - "PART_NAME": "collections-part2", |
13 | | - "TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.MapValuesTest\" --tests \"org.utbot.examples.collections.OptionalsTest\" --tests \"org.utbot.examples.collections.SetIteratorsTest\"" |
| 12 | + "PART_NAME": "composite-part3", |
| 13 | + "TESTS_TO_RUN": "--tests \"org.utbot.examples.stream.*\"" |
| 14 | + }, |
| 15 | + { |
| 16 | + "PART_NAME": "collections-part1", |
| 17 | + "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\"" |
14 | 18 | }, |
15 | 19 | { |
16 | | - "PART_NAME": "collections-part3", |
17 | | - "TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.SetsTest\"" |
| 20 | + "PART_NAME": "collections-part2", |
| 21 | + "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\"" |
18 | 22 | }, |
19 | 23 | { |
20 | 24 | "PART_NAME": "examples-part1", |
21 | | - "TESTS_TO_RUN": "--tests \"org.utbot.examples.algorithms.*\" --tests \"org.utbot.examples.annotations.*\" --tests \"org.utbot.examples.arrays.*\" --tests \"org.utbot.examples.casts.*\" --tests \"org.utbot.examples.codegen.*\" --tests \"org.utbot.examples.controlflow.*\" --tests \"org.utbot.examples.enums.*\"" |
| 25 | + "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.*\"" |
22 | 26 | }, |
23 | 27 | { |
24 | 28 | "PART_NAME": "examples-part2", |
25 | 29 | "TESTS_TO_RUN": "--tests \"org.utbot.examples.exceptions.*\" --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.*\" --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.*\"" |
26 | 30 | }, |
27 | 31 | { |
28 | 32 | "PART_NAME": "examples-part3", |
29 | | - "TESTS_TO_RUN": "--tests \"org.utbot.examples.primitives.*\" --tests \"org.utbot.examples.recursion.*\" --tests \"org.utbot.examples.statics.substitution.*\" --tests \"org.utbot.examples.stdlib.*\" --tests \"org.utbot.examples.strings11.*\" --tests \"org.utbot.examples.strings.*\" --tests \"org.utbot.examples.structures.*\" --tests \"org.utbot.examples.thirdparty.numbers.*\" --tests \"org.utbot.examples.types.*\" --tests \"org.utbot.examples.unsafe.*\" --tests \"org.utbot.examples.wrappers.*\"" |
| 33 | + "TESTS_TO_RUN": "--tests \"org.utbot.examples.primitives.*\"" |
| 34 | + }, |
| 35 | + { |
| 36 | + "PART_NAME": "examples-part4", |
| 37 | + "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.*\"" |
| 38 | + }, |
| 39 | + { |
| 40 | + "PART_NAME": "examples-part5", |
| 41 | + "TESTS_TO_RUN": "--tests \"org.utbot.examples.strings.*\"" |
| 42 | + }, |
| 43 | + { |
| 44 | + "PART_NAME": "examples-part6", |
| 45 | + "TESTS_TO_RUN": "--tests \"org.utbot.examples.strings11.*\"" |
| 46 | + }, |
| 47 | + { |
| 48 | + "PART_NAME": "examples-part7", |
| 49 | + "TESTS_TO_RUN": "--tests \"org.utbot.examples.algorithms.*\"" |
| 50 | + }, |
| 51 | + { |
| 52 | + "PART_NAME": "examples-part8", |
| 53 | + "TESTS_TO_RUN": "--tests \"org.utbot.examples.codegen.*\"" |
30 | 54 | }, |
31 | 55 | { |
32 | 56 | "PART_NAME": "examples-lists", |
|
0 commit comments