aboutsummaryrefslogtreecommitdiff
path: root/dependencies.gradle
diff options
context:
space:
mode:
authorchill <chill.gtnh@outlook.com>2023-05-27 17:41:53 +0200
committerGitHub <noreply@github.com>2023-05-27 17:41:53 +0200
commitb510ec5baafd4ff69bac158631fc4e4ca93b342d (patch)
treeed356f5d63e2b4c1b384dc4ed6dbda6ff7a35246 /dependencies.gradle
parentd0e291fa8cb31cedcf9ef8fbafb536f19b216907 (diff)
downloadGT5-Unofficial-b510ec5baafd4ff69bac158631fc4e4ca93b342d.tar.gz
GT5-Unofficial-b510ec5baafd4ff69bac158631fc4e4ca93b342d.tar.bz2
GT5-Unofficial-b510ec5baafd4ff69bac158631fc4e4ca93b342d.zip
Refactor checkExoticAndNormalEnergyHatches (#2025)
* add tests to checkExoticAndNormalEnergyHatches Add a parameterized test to GT_MetaTileEntity_MultiBlockBase::checkExoticAndNormalEnergyHatches in order to be sure that the function returns the same results after the change. * refactor checkExoticAndNormalEnergyHatches
Diffstat (limited to 'dependencies.gradle')
-rw-r--r--dependencies.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/dependencies.gradle b/dependencies.gradle
index 3b30ba93ef..dffcd7f8c8 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -66,4 +66,5 @@ dependencies {
testImplementation(platform('org.junit:junit-bom:5.9.2'))
testImplementation('org.junit.jupiter:junit-jupiter')
+ testImplementation("org.mockito:mockito-core:3.+")
}