From b510ec5baafd4ff69bac158631fc4e4ca93b342d Mon Sep 17 00:00:00 2001 From: chill Date: Sat, 27 May 2023 17:41:53 +0200 Subject: 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 --- dependencies.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'dependencies.gradle') 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.+") } -- cgit