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 |