Test |
Method name |
Duration |
Result |
Boat collides with other boats |
testBoatCollidesWithBoat() |
0.042s |
passed |
Boat collides with boost powerup |
testBoatCollidesWithBoostPowerup() |
0.038s |
passed |
Boat collides with repair powerup |
testBoatCollidesWithDurabilityPowerup() |
0.031s |
passed |
Boat collides with obstacles |
testBoatCollidesWithObstacle() |
0.017s |
passed |
Boat collides with stamina powerup |
testBoatCollidesWithStaminaPowerup() |
0.019s |
passed |
Boat health has a maximum value of 1.0f |
testBoatHealthMax() |
0.017s |
passed |
Boat health has a minimum value of 0.0f |
testBoatHealthMin() |
0.014s |
passed |
Boat stamina has a maximum value of 1.0f |
testBoatStaminaMax() |
0.016s |
passed |
Boat stamina has a minimum value of 0.0f |
testBoatStaminaMin() |
0.019s |
passed |