Class DefogTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.DefogTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
testRemovesTerrain
(BattleTestHelper helper) static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
-
Constructor Details
-
DefogTests
public DefogTests()
-
-
Method Details
-
shouldOnlyRemoveTargetsScreens
-
shouldRemoveAllHazards
-
testRemovesTerrain
-
testTriggersRemovalIfHitsSubstitute
public static CompletableFuture<TestResult> testTriggersRemovalIfHitsSubstitute(BattleTestHelper helper) -
testTriggersRemovalIfSemiInvulnerableButHasSubstitute
public static CompletableFuture<TestResult> testTriggersRemovalIfSemiInvulnerableButHasSubstitute(BattleTestHelper helper) -
testTriggersRemovalIfEvasionDropIsBlocked
public static CompletableFuture<TestResult> testTriggersRemovalIfEvasionDropIsBlocked(BattleTestHelper helper) -
testDoesNotTriggerRemovalIfBlockedByProtect
public static CompletableFuture<TestResult> testDoesNotTriggerRemovalIfBlockedByProtect(BattleTestHelper helper) -
testDoesNotTriggerRemovalIfTargetIsSemiInvulnerable
public static CompletableFuture<TestResult> testDoesNotTriggerRemovalIfTargetIsSemiInvulnerable(BattleTestHelper helper) -
testReflectedByMagicBounce
-