Class DancerTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.DancerTests
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
-
Constructor Details
-
DancerTests
public DancerTests()
-
-
Method Details
-
testOnlyCopiesDanceMovesUsedByOtherPokemon
public static CompletableFuture<TestResult> testOnlyCopiesDanceMovesUsedByOtherPokemon(BattleTestHelper helper) -
testActivatesInOrderOfLowestToHighestRawSpeed
public static CompletableFuture<TestResult> testActivatesInOrderOfLowestToHighestRawSpeed(BattleTestHelper helper) -
testActivatesInOrderOfLowestToHighestRawSpeedInsideTrickRoom
public static CompletableFuture<TestResult> testActivatesInOrderOfLowestToHighestRawSpeedInsideTrickRoom(BattleTestHelper helper) -
testDoesNotCopyProtectBlockedMoves
public static CompletableFuture<TestResult> testDoesNotCopyProtectBlockedMoves(BattleTestHelper helper) -
testDoesNotCopyTeeterDanceWhenTargetsAreConfused
public static CompletableFuture<TestResult> testDoesNotCopyTeeterDanceWhenTargetsAreConfused(BattleTestHelper helper)
-