Class GlareTests
java.lang.Object
com.pixelmonmod.pixelmon.api.test.impl.move.GlareTests
Tests for Glare
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletableFuture<TestResult> Glare can hit Ghost-type Pokémon.
-
Constructor Details
-
GlareTests
public GlareTests()
-
-
Method Details
-
testGlareHitsGhostTypes
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.
-