Class JudgmentTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.JudgmentTests
-
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>
-
Constructor Details
-
JudgmentTests
public JudgmentTests()
-
-
Method Details
-
testShouldAdaptItsTypeToHeldPlate
public static CompletableFuture<TestResult> testShouldAdaptItsTypeToHeldPlate(BattleTestHelper helper) -
testShouldNotAdaptItsTypeForNonArceusPokemon
public static CompletableFuture<TestResult> testShouldNotAdaptItsTypeForNonArceusPokemon(BattleTestHelper helper) -
testShouldCopyRealTypeOfOpponent
public static CompletableFuture<TestResult> testShouldCopyRealTypeOfOpponent(BattleTestHelper helper) -
testShouldNotAdaptItsTypeToHeldZCrystal
public static CompletableFuture<TestResult> testShouldNotAdaptItsTypeToHeldZCrystal(BattleTestHelper helper) -
testLegendPlateShouldTargetLargestWeakness
public static CompletableFuture<TestResult> testLegendPlateShouldTargetLargestWeakness(BattleTestHelper helper) -
testLegendPlateShouldTargetWeakness
public static CompletableFuture<TestResult> testLegendPlateShouldTargetWeakness(BattleTestHelper helper) -
testLegendPlateShouldPickResistPreferringImmunity
public static CompletableFuture<TestResult> testLegendPlateShouldPickResistPreferringImmunity(BattleTestHelper helper) -
testLegendPlateShouldPickFirstTypeResist
public static CompletableFuture<TestResult> testLegendPlateShouldPickFirstTypeResist(BattleTestHelper helper) -
testLegendPlateShouldPickSecondaryTypeResistIfTiedAfterPrimaryTypeResist
public static CompletableFuture<TestResult> testLegendPlateShouldPickSecondaryTypeResistIfTiedAfterPrimaryTypeResist(BattleTestHelper helper) -
testLegendPlateShouldPickSecondaryTypeImmunityIfTiedAfterPrimaryTypeResist
public static CompletableFuture<TestResult> testLegendPlateShouldPickSecondaryTypeImmunityIfTiedAfterPrimaryTypeResist(BattleTestHelper helper) -
testLegendPlateShouldPickRandomFromTieAfterAllWeaknessAndResistCalcs
public static CompletableFuture<TestResult> testLegendPlateShouldPickRandomFromTieAfterAllWeaknessAndResistCalcs(BattleTestHelper helper) -
testLegendPlateShouldNotAccountForAbility
public static CompletableFuture<TestResult> testLegendPlateShouldNotAccountForAbility(BattleTestHelper helper)
-