Class MistyTerrainTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.MistyTerrainTests
-
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
-
MistyTerrainTests
public MistyTerrainTests()
-
-
Method Details
-
testChangesTerrainToMistyTerrainForFiveTurns
public static CompletableFuture<TestResult> testChangesTerrainToMistyTerrainForFiveTurns(BattleTestHelper helper) -
testHalvesPowerOfDragonMovesAgainstGroundedPokemon
public static CompletableFuture<TestResult> testHalvesPowerOfDragonMovesAgainstGroundedPokemon(BattleTestHelper helper) -
testPreventsGroundedPokemonGettingNonVolatileStatus
public static CompletableFuture<TestResult> testPreventsGroundedPokemonGettingNonVolatileStatus(BattleTestHelper helper) -
testShouldNotRemoveSleepStatus
-
testShouldNotPreventYawnButStopsYawnTriggeringSleep
public static CompletableFuture<TestResult> testShouldNotPreventYawnButStopsYawnTriggeringSleep(BattleTestHelper helper) -
testShouldPreventGroundedPokemonUsingRest
public static CompletableFuture<TestResult> testShouldPreventGroundedPokemonUsingRest(BattleTestHelper helper) -
testShouldBeIgnoredBySemiInvulnerableStatus
public static CompletableFuture<TestResult> testShouldBeIgnoredBySemiInvulnerableStatus(BattleTestHelper helper) -
testChangesNaturePowerToMoonblast
public static CompletableFuture<TestResult> testChangesNaturePowerToMoonblast(BattleTestHelper helper)
-