Class MegaEvolutionTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.mechanics.MegaEvolutionTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
-
Constructor Details
-
MegaEvolutionTests
public MegaEvolutionTests()
-
-
Method Details
-
testNewAbilityTriggersOnMegaEvolution
public static CompletableFuture<TestResult> testNewAbilityTriggersOnMegaEvolution(BattleTestHelper helper) -
testNewAbilityTriggersOnSwitchMoveAfterSwitchingOut
public static CompletableFuture<TestResult> testNewAbilityTriggersOnSwitchMoveAfterSwitchingOut(BattleTestHelper helper) -
testNewAbilityTriggersOnHardSwitchAfterSwitchingOut
public static CompletableFuture<TestResult> testNewAbilityTriggersOnHardSwitchAfterSwitchingOut(BattleTestHelper helper) -
testNewAbilityTriggersOnReplacingFaintedPokemon
public static CompletableFuture<TestResult> testNewAbilityTriggersOnReplacingFaintedPokemon(BattleTestHelper helper)
-