Class ImposterTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.ImposterTests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture
<TestResult> static CompletableFuture
<TestResult> Imposter should copy the target's stats.static CompletableFuture
<TestResult> static CompletableFuture
<TestResult> static CompletableFuture
<TestResult> static CompletableFuture
<TestResult>
-
Constructor Details
-
ImposterTests
public ImposterTests()
-
-
Method Details
-
testTransformsIntoTheOppositePokemonFacingIt
public static CompletableFuture<TestResult> testTransformsIntoTheOppositePokemonFacingIt(BattleTestHelper helper) -
testBlockedBySubstitute
-
testShouldNotActivateIfSkillSwapped
public static CompletableFuture<TestResult> testShouldNotActivateIfSkillSwapped(BattleTestHelper helper) -
testShouldNotTransformIntoFaintedOpponentOnDualFaint
public static CompletableFuture<TestResult> testShouldNotTransformIntoFaintedOpponentOnDualFaint(BattleTestHelper helper) -
testShouldNotTransformIntoTransformedOpponent
public static CompletableFuture<TestResult> testShouldNotTransformIntoTransformedOpponent(BattleTestHelper helper) -
testCopiesTargetsStats
Imposter should copy the target's stats.In this test, a Ditto with the Imposter ability that knows the move Hypnosis faces a Hypno that knows the move Hypnosis. - Turn 0 The Ditto transforms into Hypno. - We verify that the Ditto transformed. We verify that the Ditto transform into the Hypno. We verify that the transformed Ditto has identical stats to the Hypno.
-