forked from bonigarcia/mastering-junit5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
35 lines (35 loc) · 1.11 KB
/
settings.gradle
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
include ':junit5-allure'
include ':junit5-android'
include ':junit5-assertions'
include ':junit5-conditional-tests'
include ':junit5-console-launcher'
include ':junit5-cucumber'
include ':junit5-dependency-injection'
include ':junit5-docker'
include ':junit5-dynamic-tests'
include ':junit5-engine-spi'
include ':junit5-extension-model'
include ':junit5-extension-model-automatic'
include ':junit5-gradle-hello-world'
include ':junit5-hello-world'
include ':junit5-junit4-runner'
include ':junit5-launcher-api'
include ':junit5-meta-annotations'
include ':junit5-migration-support'
include ':junit5-mockito'
include ':junit5-nested-tests'
include ':junit5-parameterized'
include ':junit5-repeated-tests'
include ':junit5-reporting'
include ':junit5-rest-assured'
include ':junit5-selenium'
include ':junit5-spring'
include ':junit5-spring-boot'
include ':junit5-spring-boot-rest'
include ':junit5-spring-boot-web'
include ':junit5-standard-tests'
include ':junit5-tagging-filtering'
include ':junit5-test-interfaces'
include ':junit5-test-templates'
include ':junit5-vintage'
include ':junit5-wiremock'