TestMovableObject
|
100%
successful |
Tests
Test | Method name | Duration | Result |
---|---|---|---|
Object cannot naturally accelerate faster than max speed | testMaxSpeedNatural() | 0.013s | passed |
Object cannot programmatically accelerate faster than max speed | testMaxSpeedProgrammatic() | 0.012s | passed |
Object moves at an angle at the right speed | testObjectMovesAngle() | 0.012s | passed |
Object moves in a straight line at the right speed | testObjectMovesStraight() | 0.013s | passed |