Class ImposterTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.ImposterTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
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)
-