Class LightningRodTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.LightningRodTests
-
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
-
LightningRodTests
public LightningRodTests()
-
-
Method Details
-
testGrantsImmunityToElectricTypeMovesAndBoostSpecialAttackByOne
public static CompletableFuture<TestResult> testGrantsImmunityToElectricTypeMovesAndBoostSpecialAttackByOne(BattleTestHelper helper) -
testDoesNotBoostSpecialAttackIfAlreadyElectricTypeImmune
public static CompletableFuture<TestResult> testDoesNotBoostSpecialAttackIfAlreadyElectricTypeImmune(BattleTestHelper helper) -
testShouldRedirectSingleTargetElectricAttacksIfValidTarget
public static CompletableFuture<TestResult> testShouldRedirectSingleTargetElectricAttacksIfValidTarget(BattleTestHelper helper) -
testShouldRedirectToTheFastestLightningRodUser
public static CompletableFuture<TestResult> testShouldRedirectToTheFastestLightningRodUser(BattleTestHelper helper) -
testShouldRedirectSingleTargetElectricAttacksToLongestTimeIfSpeedTied
public static CompletableFuture<TestResult> testShouldRedirectSingleTargetElectricAttacksToLongestTimeIfSpeedTied(BattleTestHelper helper) -
testShouldNotRedirectIfFollowMeHasBeenUsed
public static CompletableFuture<TestResult> testShouldNotRedirectIfFollowMeHasBeenUsed(BattleTestHelper helper) -
testShouldBeSuppressedByMoldBreaker
public static CompletableFuture<TestResult> testShouldBeSuppressedByMoldBreaker(BattleTestHelper helper)
-