Class ElectricTerrainTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.ElectricTerrainTests
-
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>
static CompletableFuture<TestResult>
-
Constructor Details
-
ElectricTerrainTests
public ElectricTerrainTests()
-
-
Method Details
-
testChangesTerrainToElectricTerrainForFiveTurns
public static CompletableFuture<TestResult> testChangesTerrainToElectricTerrainForFiveTurns(BattleTestHelper helper) -
testBoostsPowerOfElectricMovesForGroundedPokemon
public static CompletableFuture<TestResult> testBoostsPowerOfElectricMovesForGroundedPokemon(BattleTestHelper helper) -
testPreventsGroundedPokemonFallingAsleep
public static CompletableFuture<TestResult> testPreventsGroundedPokemonFallingAsleep(BattleTestHelper helper) -
testShouldNotRemoveSleepStatus
-
testShouldPreventYawnAndStopYawnTriggeringSleep
public static CompletableFuture<TestResult> testShouldPreventYawnAndStopYawnTriggeringSleep(BattleTestHelper helper) -
testShouldPreventGroundedPokemonUsingRest
public static CompletableFuture<TestResult> testShouldPreventGroundedPokemonUsingRest(BattleTestHelper helper) -
testShouldBeIgnoredBySemiInvulnerableStatus
public static CompletableFuture<TestResult> testShouldBeIgnoredBySemiInvulnerableStatus(BattleTestHelper helper) -
testChangesNaturePowerToThunderbolt
public static CompletableFuture<TestResult> testChangesNaturePowerToThunderbolt(BattleTestHelper helper)
-