| OLD | NEW |
| 1 Tests to see if the last available event is fired. | 1 Tests to see if the last available event is fired. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS deviceMotionEvent.acceleration.x is mockEvent.accelerationX | 6 PASS deviceMotionEvent.acceleration.x is mockEvent.accelerationX |
| 7 PASS deviceMotionEvent.acceleration.y is mockEvent.accelerationY | 7 PASS deviceMotionEvent.acceleration.y is mockEvent.accelerationY |
| 8 PASS deviceMotionEvent.acceleration.z is mockEvent.accelerationZ | 8 PASS deviceMotionEvent.acceleration.z is mockEvent.accelerationZ |
| 9 PASS deviceMotionEvent.accelerationIncludingGravity.x is mockEvent.accelerationI
ncludingGravityX | 9 PASS deviceMotionEvent.accelerationIncludingGravity.x is mockEvent.accelerationI
ncludingGravityX |
| 10 PASS deviceMotionEvent.accelerationIncludingGravity.y is mockEvent.accelerationI
ncludingGravityY | 10 PASS deviceMotionEvent.accelerationIncludingGravity.y is mockEvent.accelerationI
ncludingGravityY |
| 11 PASS deviceMotionEvent.accelerationIncludingGravity.z is mockEvent.accelerationI
ncludingGravityZ | 11 PASS deviceMotionEvent.accelerationIncludingGravity.z is mockEvent.accelerationI
ncludingGravityZ |
| 12 PASS deviceMotionEvent.rotationRate.alpha is mockEvent.rotationRateAlpha | 12 PASS deviceMotionEvent.rotationRate.alpha is mockEvent.rotationRateAlpha |
| 13 PASS deviceMotionEvent.rotationRate.beta is mockEvent.rotationRateBeta | 13 PASS deviceMotionEvent.rotationRate.beta is mockEvent.rotationRateBeta |
| 14 PASS deviceMotionEvent.rotationRate.gamma is mockEvent.rotationRateGamma | 14 PASS deviceMotionEvent.rotationRate.gamma is mockEvent.rotationRateGamma |
| 15 PASS deviceMotionEvent.interval is mockEvent.interval | 15 PASS deviceMotionEvent.interval is mockEvent.interval |
| 16 PASS deviceMotionEvent.acceleration.x is mockEvent.accelerationX | 16 PASS deviceMotionEvent.acceleration.x is mockEvent.accelerationX |
| 17 PASS deviceMotionEvent.acceleration.y is mockEvent.accelerationY | 17 PASS deviceMotionEvent.acceleration.y is mockEvent.accelerationY |
| 18 PASS deviceMotionEvent.acceleration.z is mockEvent.accelerationZ | 18 PASS deviceMotionEvent.acceleration.z is mockEvent.accelerationZ |
| 19 PASS deviceMotionEvent.accelerationIncludingGravity.x is mockEvent.accelerationI
ncludingGravityX | 19 PASS deviceMotionEvent.accelerationIncludingGravity.x is mockEvent.accelerationI
ncludingGravityX |
| 20 PASS deviceMotionEvent.accelerationIncludingGravity.y is mockEvent.accelerationI
ncludingGravityY | 20 PASS deviceMotionEvent.accelerationIncludingGravity.y is mockEvent.accelerationI
ncludingGravityY |
| 21 PASS deviceMotionEvent.accelerationIncludingGravity.z is mockEvent.accelerationI
ncludingGravityZ | 21 PASS deviceMotionEvent.accelerationIncludingGravity.z is mockEvent.accelerationI
ncludingGravityZ |
| 22 PASS deviceMotionEvent.rotationRate.alpha is mockEvent.rotationRateAlpha | 22 PASS deviceMotionEvent.rotationRate.alpha is mockEvent.rotationRateAlpha |
| 23 PASS deviceMotionEvent.rotationRate.beta is mockEvent.rotationRateBeta | 23 PASS deviceMotionEvent.rotationRate.beta is mockEvent.rotationRateBeta |
| 24 PASS deviceMotionEvent.rotationRate.gamma is mockEvent.rotationRateGamma | 24 PASS deviceMotionEvent.rotationRate.gamma is mockEvent.rotationRateGamma |
| 25 PASS deviceMotionEvent.interval is mockEvent.interval | 25 PASS deviceMotionEvent.interval is mockEvent.interval |
| 26 PASS successfullyParsed is true | 26 PASS successfullyParsed is true |
| 27 | 27 |
| 28 TEST COMPLETE | 28 TEST COMPLETE |
| 29 | 29 |
| OLD | NEW |