Class StickyHoldTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.StickyHoldTests
-
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>
-
Constructor Details
-
StickyHoldTests
public StickyHoldTests()
-
-
Method Details
-
testStickyHoldPreventsItemBeingStolen
public static CompletableFuture<TestResult> testStickyHoldPreventsItemBeingStolen(BattleTestHelper helper) -
testStickyHoldPreventsItemProvidingSwitcheroo
public static CompletableFuture<TestResult> testStickyHoldPreventsItemProvidingSwitcheroo(BattleTestHelper helper) -
testStickyHoldIsSuppressedByMoldBreaker
public static CompletableFuture<TestResult> testStickyHoldIsSuppressedByMoldBreaker(BattleTestHelper helper) -
testStickyHoldIsSuppressedBySunSteel
public static CompletableFuture<TestResult> testStickyHoldIsSuppressedBySunSteel(BattleTestHelper helper) -
testStickyHoldDoesNotProtectAgainstAbilitiesWhenKnockedOut
public static CompletableFuture<TestResult> testStickyHoldDoesNotProtectAgainstAbilitiesWhenKnockedOut(BattleTestHelper helper) -
testStickyHoldDoesNotProtectAgainstMovesWhenKnockedOut
public static CompletableFuture<TestResult> testStickyHoldDoesNotProtectAgainstMovesWhenKnockedOut(BattleTestHelper helper) -
testStickyHoldDoesNotBlockStickyBarb
public static CompletableFuture<TestResult> testStickyHoldDoesNotBlockStickyBarb(BattleTestHelper helper) -
testStickyHoldDoesNotBlockOwnMoves
public static CompletableFuture<TestResult> testStickyHoldDoesNotBlockOwnMoves(BattleTestHelper helper)
-