Class PsystrikeTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.PsystrikeTests
-
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
-
PsystrikeTests
public PsystrikeTests()
-
-
Method Details
-
testPsystrikeHitsPhysicalDefense
public static CompletableFuture<TestResult> testPsystrikeHitsPhysicalDefense(BattleTestHelper helper) -
testPsystrikeHitsSpecialDefenseOnZMove
public static CompletableFuture<TestResult> testPsystrikeHitsSpecialDefenseOnZMove(BattleTestHelper helper) -
testPsystrikeReducedByLightScreen
public static CompletableFuture<TestResult> testPsystrikeReducedByLightScreen(BattleTestHelper helper) -
testPsystrikeBoostedByChoiceSpecs
public static CompletableFuture<TestResult> testPsystrikeBoostedByChoiceSpecs(BattleTestHelper helper) -
testPsystrikeTriggersMarangaBerry
public static CompletableFuture<TestResult> testPsystrikeTriggersMarangaBerry(BattleTestHelper helper) -
testPsystrikeNotReducedBySandstorm
public static CompletableFuture<TestResult> testPsystrikeNotReducedBySandstorm(BattleTestHelper helper) -
testPsystrikeNotReducedByAssaultVest
public static CompletableFuture<TestResult> testPsystrikeNotReducedByAssaultVest(BattleTestHelper helper) -
testPsystrikeZMoveDoesNotPersist
public static CompletableFuture<TestResult> testPsystrikeZMoveDoesNotPersist(BattleTestHelper helper) -
testPsystrikeRedirectDoesNotPersist
public static CompletableFuture<TestResult> testPsystrikeRedirectDoesNotPersist(BattleTestHelper helper)
-