Class TestResult
java.lang.Object
com.pixelmonmod.pixelmon.api.test.TestResult
-
Method Summary
Modifier and TypeMethodDescriptionstatic TestResult
damageResult
(int damage, int min, int max) static TestResult
equal
(double actual, double expected) static TestResult
static TestResult
static TestResult
getError()
static TestResult
ifSuccess
(BooleanSupplier test, String failure) boolean
static TestResult
join
(TestResult... results) static TestResult
join
(String error, TestResult... results) static TestResult
statStage
(PixelmonWrapper pw, BattleStatsType stat, int stage) static TestResult
statStage
(PixelmonWrapper pw, BattleStatsType stat, int stage, String error) static TestResult
statStage
(TestParticipant participant, BattleStatsType stat, int stage) static TestResult
statStage
(TestParticipant participant, BattleStatsType stat, int stage, String error) static TestResult
success()
-
Method Details
-
isSuccess
public boolean isSuccess() -
getReason
-
getError
-
success
-
failure
-
error
-
ifSuccess
-
damageResult
-
equal
-
equal
-
statStage
-
statStage
-
statStage
public static TestResult statStage(TestParticipant participant, BattleStatsType stat, int stage, String error) -
statStage
public static TestResult statStage(PixelmonWrapper pw, BattleStatsType stat, int stage, String error) -
join
-
join
-