Class PursuitTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.PursuitTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
testIgnoresBatonPass
(BattleTestHelper helper) static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
-
Constructor Details
-
PursuitTests
public PursuitTests()
-
-
Method Details
-
testIgnoresRedirectWhileInPursuit
public static CompletableFuture<TestResult> testIgnoresRedirectWhileInPursuit(BattleTestHelper helper) -
testIgnoresBatonPass
-
testOnlyPursuesIfHaveNotYetMoved
public static CompletableFuture<TestResult> testOnlyPursuesIfHaveNotYetMoved(BattleTestHelper helper) -
testStopsSwitchIfFaintsSwitchingPokemon
public static CompletableFuture<TestResult> testStopsSwitchIfFaintsSwitchingPokemon(BattleTestHelper helper) -
testDoesNotPursueAllies
-
testMegaEvolvesBeforePursuitOnHardSwitch
public static CompletableFuture<TestResult> testMegaEvolvesBeforePursuitOnHardSwitch(BattleTestHelper helper) -
testDynamaxingOnHardSwitchPreventsPursuit
public static CompletableFuture<TestResult> testDynamaxingOnHardSwitchPreventsPursuit(BattleTestHelper helper) -
testDynamaxPreventsPursuingSwitch
public static CompletableFuture<TestResult> testDynamaxPreventsPursuingSwitch(BattleTestHelper helper) -
testZmoveOnHardSwitchPreventsPursuit
public static CompletableFuture<TestResult> testZmoveOnHardSwitchPreventsPursuit(BattleTestHelper helper) -
testZmovePreventsPursuingSwitch
public static CompletableFuture<TestResult> testZmovePreventsPursuingSwitch(BattleTestHelper helper) -
testShouldNotPursueIfOutOfRange
public static CompletableFuture<TestResult> testShouldNotPursueIfOutOfRange(BattleTestHelper helper)
-