Class EntityTest

9

tests

0

failures

0

ignored

0.011s

duration

100%

successful

Tests

Test Duration Result
applyDamageShouldApplyDamageGivenAndKillWithZeroHealth 0.001s passed
applyDamageShouldApplyGivenDamageAndKillWithNegativeHealth 0.002s passed
applyDamageShouldApplyGivenDamageAndNotKill 0.001s passed
applyDamageShouldThrowIllegalArgumentExceptionWithNegativeDamage 0.001s passed
initEntityShouldInstantiateCorrectly 0.001s passed
isAliveShouldReturnFalseWithNegativeHealth 0.002s passed
isAliveShouldReturnFalseWithZeroHealth 0.001s passed
isAliveShouldReturnTrueWithPositiveHealth 0.001s passed
isAliveShouldReturnTrueWithPositiveHealthAfterTakingSomeDamage 0.001s passed