Class SkyDropTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.SkyDropTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
testFailsAgainstAlly
(BattleTestHelper helper) static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
-
Constructor Details
-
SkyDropTests
public SkyDropTests()
-
-
Method Details
-
testPreventTargetAttackingWhenCaught
public static CompletableFuture<TestResult> testPreventTargetAttackingWhenCaught(BattleTestHelper helper) -
testPreventsSwitchWhenBeingDropped
public static CompletableFuture<TestResult> testPreventsSwitchWhenBeingDropped(BattleTestHelper helper) -
testUserAndTargetPreventedBeingForcedOut
public static CompletableFuture<TestResult> testUserAndTargetPreventedBeingForcedOut(BattleTestHelper helper) -
testPreventTargetFromMegaEvolvingWhileCaught
public static CompletableFuture<TestResult> testPreventTargetFromMegaEvolvingWhileCaught(BattleTestHelper helper) -
testPreventTargetFromStanceChangeWhileCaught
public static CompletableFuture<TestResult> testPreventTargetFromStanceChangeWhileCaught(BattleTestHelper helper) -
testPokemonFreedIfSkyDropperFaintsMidMove
public static CompletableFuture<TestResult> testPokemonFreedIfSkyDropperFaintsMidMove(BattleTestHelper helper) -
testShouldNotDamageFlyingTypes
-
testOnlyMakesContactOnWayDown
-
testShouldNotWorkAgainstSubstitute
public static CompletableFuture<TestResult> testShouldNotWorkAgainstSubstitute(BattleTestHelper helper) -
testShouldNotWorkAgainstHeavyPokemon
public static CompletableFuture<TestResult> testShouldNotWorkAgainstHeavyPokemon(BattleTestHelper helper) -
testFailsAgainstAlly
-
testMakesMostAttacksMiss
-
testShouldBeCancelledByGravity
-
testShouldNotPreventSpeedBoost
-
testShouldNotAnnounceReleaseIfTargetFaintsMidMove
public static CompletableFuture<TestResult> testShouldNotAnnounceReleaseIfTargetFaintsMidMove(BattleTestHelper helper) -
testShouldIgnoreFollowMe
-
testShouldNotBeBlockedByWonderGuardUntilSecondTurn
public static CompletableFuture<TestResult> testShouldNotBeBlockedByWonderGuardUntilSecondTurn(BattleTestHelper helper) -
testShouldHitDroppedTargetDespiteAllySwitch
public static CompletableFuture<TestResult> testShouldHitDroppedTargetDespiteAllySwitch(BattleTestHelper helper)
-