java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.GlareTests

public class GlareTests extends Object
Tests for Glare
  • Constructor Details

    • GlareTests

      public GlareTests()
  • Method Details

    • testGlareHitsGhostTypes

      public static CompletableFuture<TestResult> testGlareHitsGhostTypes(BattleTestHelper helper)
      Glare can hit Ghost-type Pokémon.

      In this test, a Seviper that knows Glare faces a Palossand that knows Sleep Talk.

           Turn 1
           The Seviper uses Glare.
           The Palossand uses Sleep Talk.
           -
           After Turn 1
           We verify that the Palossand has been paralyzed.