Class TruantTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.TruantTests
-
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>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
static CompletableFuture<TestResult>
-
Constructor Details
-
TruantTests
public TruantTests()
-
-
Method Details
-
testTruantShouldPreventActingTheTurnAfterAMove
public static CompletableFuture<TestResult> testTruantShouldPreventActingTheTurnAfterAMove(BattleTestHelper helper) -
testTruantShouldOccurAtSameTimeAsRecharge
public static CompletableFuture<TestResult> testTruantShouldOccurAtSameTimeAsRecharge(BattleTestHelper helper) -
testTruantShouldBlockAttackingOnWakeIfMovedTurnWentToSleep
public static CompletableFuture<TestResult> testTruantShouldBlockAttackingOnWakeIfMovedTurnWentToSleep(BattleTestHelper helper) -
testTruantShouldNotBlockAttackingOnWakeIfLoafedTurnWentToSleep
public static CompletableFuture<TestResult> testTruantShouldNotBlockAttackingOnWakeIfLoafedTurnWentToSleep(BattleTestHelper helper) -
testTruantShouldContinueWorkingWhileSleepTalking
public static CompletableFuture<TestResult> testTruantShouldContinueWorkingWhileSleepTalking(BattleTestHelper helper) -
testTruantShouldCauseTwoTurnMovesToFail
public static CompletableFuture<TestResult> testTruantShouldCauseTwoTurnMovesToFail(BattleTestHelper helper) -
testTruantShouldNotCauseTwoTurnMovesWithPowerHerbToFail
public static CompletableFuture<TestResult> testTruantShouldNotCauseTwoTurnMovesWithPowerHerbToFail(BattleTestHelper helper) -
testTruantCausesInstantLoafIfMegaEvolvedTurnAbilityGained
public static CompletableFuture<TestResult> testTruantCausesInstantLoafIfMegaEvolvedTurnAbilityGained(BattleTestHelper helper) -
testTruantDoesNotCauseInstantLoafIfAbilityGained
public static CompletableFuture<TestResult> testTruantDoesNotCauseInstantLoafIfAbilityGained(BattleTestHelper helper) -
testTruantCausesDoesNotInstantLoafAbilityGainedTrace
public static CompletableFuture<TestResult> testTruantCausesDoesNotInstantLoafAbilityGainedTrace(BattleTestHelper helper) -
testTruantCausesInstantLoafAbilityGainedTraceAfterMega
public static CompletableFuture<TestResult> testTruantCausesInstantLoafAbilityGainedTraceAfterMega(BattleTestHelper helper) -
testTruantIsSuppressedByNeutralizingGas
public static CompletableFuture<TestResult> testTruantIsSuppressedByNeutralizingGas(BattleTestHelper helper) -
testTruantCausesInstantLoafIfReplacingEoTFaint
public static CompletableFuture<TestResult> testTruantCausesInstantLoafIfReplacingEoTFaint(BattleTestHelper helper) -
testTruantDoesNotCauseInstantLoafIfReplacingNonEoTFaint
public static CompletableFuture<TestResult> testTruantDoesNotCauseInstantLoafIfReplacingNonEoTFaint(BattleTestHelper helper)
-