|
22 | 22 | }, |
23 | 23 | { |
24 | 24 | "PART_NAME": "examples-part2", |
25 | | - "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.*\"", |
| 25 | + "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.*\"", |
26 | 26 | }, |
27 | 27 | { |
28 | 28 | "PART_NAME": "examples-part3", |
29 | | - "TESTS_TO_RUN": "--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.primitives.*\" --tests \"org.utbot.examples.recursion.*\"", |
| 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.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.*\"", |
30 | 30 | }, |
31 | 31 | { |
32 | | - "PART_NAME": "examples-part4", |
33 | | - "TESTS_TO_RUN": "--tests \"org.utbot.examples.statics.substitution.*\" --tests \"org.utbot.examples.stdlib.*\" --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.*\"", |
34 | | - }, |
35 | | - { |
36 | | - "PART_NAME": "examples-lists-part1", |
37 | | - "TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.ListsPart1Test\"", |
38 | | - }, |
39 | | - { |
40 | | - "PART_NAME": "examples-lists-part2", |
41 | | - "TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.ListsPart2Test\"", |
42 | | - }, |
43 | | - { |
44 | | - "PART_NAME": "examples-lists-part3", |
45 | | - "TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.ListsPart3Test\"", |
| 32 | + "PART_NAME": "examples-lists", |
| 33 | + "TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.ListsPart1Test\" --tests \"org.utbot.examples.collections.ListsPart2Test\" --tests \"org.utbot.examples.collections.ListsPart3Test\"", |
46 | 34 | }, |
47 | 35 | { |
48 | 36 | "PART_NAME": "examples-maps-part1", |
|
51 | 39 | { |
52 | 40 | "PART_NAME": "examples-maps-part2", |
53 | 41 | "TESTS_TO_RUN": "--tests \"org.utbot.examples.collections.MapsPart2Test\"", |
54 | | - }, |
55 | | - { |
56 | | - "PART_NAME": "examples-strings", |
57 | | - "TESTS_TO_RUN": "--tests \"org.utbot.examples.strings.*\"", |
58 | 42 | } |
59 | 43 | ] |
60 | 44 | } |
0 commit comments