Class DeltaStreamTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.DeltaStreamTests
-
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>
-
Constructor Details
-
DeltaStreamTests
public DeltaStreamTests()
-
-
Method Details
-
testDeltaStreamWeatherActivesOnSwitchIn
public static CompletableFuture<TestResult> testDeltaStreamWeatherActivesOnSwitchIn(BattleTestHelper helper) -
testDeltaStreamNegatesTheTypeWeaknessOfFlying
public static CompletableFuture<TestResult> testDeltaStreamNegatesTheTypeWeaknessOfFlying(BattleTestHelper helper) -
testDoesNotNegateTypeWeaknessOfOtherTypesEvenIfFlyingType
public static CompletableFuture<TestResult> testDoesNotNegateTypeWeaknessOfOtherTypesEvenIfFlyingType(BattleTestHelper helper) -
testStealthRockDamageNotReduced
public static CompletableFuture<TestResult> testStealthRockDamageNotReduced(BattleTestHelper helper) -
testPreventsMovesAndAbilitiesFromChangingTheWeather
public static CompletableFuture<TestResult> testPreventsMovesAndAbilitiesFromChangingTheWeather(BattleTestHelper helper) -
testDeltaStreamFadesAfterSwitchOut
public static CompletableFuture<TestResult> testDeltaStreamFadesAfterSwitchOut(BattleTestHelper helper) -
testDeltaStreamNotFadesAfterSwitchOutWithOtherActive
public static CompletableFuture<TestResult> testDeltaStreamNotFadesAfterSwitchOutWithOtherActive(BattleTestHelper helper) -
testDeltaStreamFadesWhenSuppressed
public static CompletableFuture<TestResult> testDeltaStreamFadesWhenSuppressed(BattleTestHelper helper) -
testDeltaStreamDoesNotFadeWhenSuppressedAndAnotherActive
public static CompletableFuture<TestResult> testDeltaStreamDoesNotFadeWhenSuppressedAndAnotherActive(BattleTestHelper helper) -
testDeltaStreamFadesWhenAbilityChangedAndNoOtherActive
public static CompletableFuture<TestResult> testDeltaStreamFadesWhenAbilityChangedAndNoOtherActive(BattleTestHelper helper)
-