Class TechnicianTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.TechnicianTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
-
Constructor Details
-
TechnicianTests
public TechnicianTests()
-
-
Method Details
-
testTechnicianShouldBoostMovesEqualTo60Power
public static CompletableFuture<TestResult> testTechnicianShouldBoostMovesEqualTo60Power(BattleTestHelper helper) -
testTechnicianShouldBoostMovesBelow60Power
public static CompletableFuture<TestResult> testTechnicianShouldBoostMovesBelow60Power(BattleTestHelper helper) -
testTechnicianShouldBoostMultihitMovesBelow60Power
public static CompletableFuture<TestResult> testTechnicianShouldBoostMultihitMovesBelow60Power(BattleTestHelper helper) -
testTechnicianShouldBoostVariableMovesBelow60Power
public static CompletableFuture<TestResult> testTechnicianShouldBoostVariableMovesBelow60Power(BattleTestHelper helper) -
testTechnicianShouldNotBoostMovesBelow60PowerWithOverridePowerOver60Power
public static CompletableFuture<TestResult> testTechnicianShouldNotBoostMovesBelow60PowerWithOverridePowerOver60Power(BattleTestHelper helper) -
testTechnicianShouldBoostMovesBeforeHeldItemBoosts
public static CompletableFuture<TestResult> testTechnicianShouldBoostMovesBeforeHeldItemBoosts(BattleTestHelper helper) -
testTechnicianShouldBoostMovesBeforeAllyAbilities
public static CompletableFuture<TestResult> testTechnicianShouldBoostMovesBeforeAllyAbilities(BattleTestHelper helper)
-