Unit Testing: Difference between revisions

m
Added another useful test dependency
(Started a page describing unit testing in GTNH repositories.)
 
m (Added another useful test dependency)
Line 15:
testImplementation('org.assertj:assertj-core:3.+')
testImplementation('org.mockito:mockito-core:5.+')
testImplementation('org.mockito:mockito-junit-jupiter:5.+')
 
=== 2. Configure the Gradle test task ===
9

edits