Class RevenantTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.ability.RevenantTests
Tests for the Revenant ability
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult> testRevenantCreation(BattleTestHelper helper) This test verifies that a Pokémon with the Revenant ability can be created.
-
Constructor Details
-
RevenantTests
public RevenantTests()
-
-
Method Details
-
testRevenantCreation
This test verifies that a Pokémon with the Revenant ability can be created.In this test, a Magikarp that knows Splash faces a Lugia with the Revenant ability.
The Pokemon don't take any actions in this test. - We verify that the Lugia is dual-typed. We verify that the Lugia has four moves. We verify that the Lugia has a held item.
-