Class ThroatChopTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.ThroatChopTests
Tests for Throat Chop
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture
<TestResult> Throat Chop cannot prevent sound-based Z-moves from being used.
-
Constructor Details
-
ThroatChopTests
public ThroatChopTests()
-
-
Method Details
-
testThroatChopDoesNotStopSoundBasedZMoves
public static CompletableFuture<TestResult> testThroatChopDoesNotStopSoundBasedZMoves(BattleTestHelper helper) Throat Chop cannot prevent sound-based Z-moves from being used.In this test, a Wugtrio that knows the move Throat Chop faces a Primarina that holds a Primarium Z and knows the move Sparkling Aria.
Turn 1 The Wugtrio uses Throat Chop. The Primarina selects to use its Primarium Z and selects Sparkling Aria. The Primarina uses Oceanic Operatta. - We verify that the Primarina's last attack was a Z-Move. We verify that the Primarina's last attack was Oceanic Operatta.
-