Class CorrosionTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.CorrosionTests
-
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>
static CompletableFuture<TestResult>
-
Constructor Details
-
CorrosionTests
public CorrosionTests()
-
-
Method Details
-
testAllowsPoisoningSteelAndPoisonTypes
public static CompletableFuture<TestResult> testAllowsPoisoningSteelAndPoisonTypes(BattleTestHelper helper) -
testDoesNotAllowPoisonDamagingMovesAgainstSteelTypes
public static CompletableFuture<TestResult> testDoesNotAllowPoisonDamagingMovesAgainstSteelTypes(BattleTestHelper helper) -
testShouldAllowToxicOrbToPoisonImmuneTypes
public static CompletableFuture<TestResult> testShouldAllowToxicOrbToPoisonImmuneTypes(BattleTestHelper helper) -
testShouldAllowToxicToPoisonImmuneTypes
public static CompletableFuture<TestResult> testShouldAllowToxicToPoisonImmuneTypes(BattleTestHelper helper) -
testShouldNotAllowSynchronizeToPoisonImmuneTypes
public static CompletableFuture<TestResult> testShouldNotAllowSynchronizeToPoisonImmuneTypes(BattleTestHelper helper) -
testShouldNotAllowMagicBounceToPoisonImmuneTypes
public static CompletableFuture<TestResult> testShouldNotAllowMagicBounceToPoisonImmuneTypes(BattleTestHelper helper) -
testShouldNotPoisonSafeguard
-
testShouldNotPoisonImmunity
-
testShouldBypassTypeImmunityWhenReflectingPoisoningMove
public static CompletableFuture<TestResult> testShouldBypassTypeImmunityWhenReflectingPoisoningMove(BattleTestHelper helper)
-