Class TestResult
java.lang.Object
com.pixelmonmod.pixelmon.api.test.TestResult
-
Method Summary
Modifier and TypeMethodDescriptionstatic TestResultdamageResult(int damage, int min, int max) static TestResultequal(double actual, double expected) static TestResultstatic TestResultstatic TestResultgetError()static TestResultifSuccess(BooleanSupplier test, String failure) booleanstatic TestResultjoin(TestResult... results) static TestResultjoin(String error, TestResult... results) static TestResultstatStage(PixelmonWrapper pw, BattleStatsType stat, int stage) static TestResultstatStage(PixelmonWrapper pw, BattleStatsType stat, int stage, String error) static TestResultstatStage(TestParticipant participant, BattleStatsType stat, int stage) static TestResultstatStage(TestParticipant participant, BattleStatsType stat, int stage, String error) static TestResultsuccess()
-
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
-