Skip to content

Commit 9e5e901

Browse files
committed
tests and refactor
1 parent 1f74cea commit 9e5e901

File tree

4 files changed

+276
-124
lines changed

4 files changed

+276
-124
lines changed

ClientSupport/ClientSupport.gradle

+10
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,14 @@ dependencies {
1212
implementation project(':log-factory')
1313
implementation project(':Configuration')
1414
implementation depCommonsLang3
15+
16+
testImplementation project(':engine-test-utils')
17+
Classpaths.inheritJUnitClassic(project, 'testImplementation')
18+
Classpaths.inheritJUnitPlatform(project)
19+
Classpaths.inheritAssertJ(project)
20+
21+
testRuntimeOnly project(':log-to-slf4j'),
22+
project(path: ':configs'),
23+
project(path: ':test-configs')
24+
Classpaths.inheritSlf4j(project, 'slf4j-simple', 'testRuntimeOnly')
1525
}

0 commit comments

Comments
 (0)