Skip to content

Commit

Permalink
tests and refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
wusteven815 committed Mar 15, 2024
1 parent 1f74cea commit 9e5e901
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 124 deletions.
10 changes: 10 additions & 0 deletions ClientSupport/ClientSupport.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,14 @@ dependencies {
implementation project(':log-factory')
implementation project(':Configuration')
implementation depCommonsLang3

testImplementation project(':engine-test-utils')
Classpaths.inheritJUnitClassic(project, 'testImplementation')
Classpaths.inheritJUnitPlatform(project)
Classpaths.inheritAssertJ(project)

testRuntimeOnly project(':log-to-slf4j'),
project(path: ':configs'),
project(path: ':test-configs')
Classpaths.inheritSlf4j(project, 'slf4j-simple', 'testRuntimeOnly')
}
Loading

0 comments on commit 9e5e901

Please sign in to comment.