Skip to content

Commit

Permalink
Add AssertJ as an alternative to the standard JUnit assertions utilit…
Browse files Browse the repository at this point in the history
…y class
  • Loading branch information
Col-E committed Jan 8, 2025
1 parent 5c7b270 commit 928d97b
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 158 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ subprojects {
testImplementation(libs.junit.api)
testImplementation(libs.junit.params)
testImplementation(libs.mockito)
testImplementation(libs.assertj)
testRuntimeOnly(libs.junit.engine)
}
}
Expand Down
3 changes: 3 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[versions]
assertj = "3.27.2"
asm = "9.7.1"
atlantafx = "2.0.1"
binary-resources = "31.3.0-alpha01.8"
Expand Down Expand Up @@ -48,6 +49,8 @@ shadow = "8.3.5"
peterabeles-gversion = "1.10.3"

[libraries]
assertj = { module = "org.assertj:assertj-core", version.ref = "assertj" }

asm-core = { module = "org.ow2.asm:asm", version.ref = "asm" }
asm-analysis = { module = "org.ow2.asm:asm-analysis", version.ref = "asm" }
asm-commons = { module = "org.ow2.asm:asm-commons", version.ref = "asm" }
Expand Down
Loading

0 comments on commit 928d97b

Please sign in to comment.