Name |
Pass |
Time |
Unit Tests: Ensure rendering & initial state are correct |
✓ |
0.023 |
Unit Tests: sv.next() should advance to the next page |
✓ |
0.311 |
Unit Tests: sv.next() on last index should do nothing |
✓ |
0.51 |
Unit Tests: sv.prev() should advance to the previous page |
✓ |
0.314 |
Unit Tests: sv.prev() on index 0 should do nothing |
✓ |
0.514 |
Unit Tests: scrollTo (deprecated) should animate to the specified index |
✓ |
0.314 |
Unit Tests: scrollToIndex should animate to the specified index |
✓ |
0.313 |
Unit Tests: Disabled scrollviews should not be able to paginate next |
✓ |
0.01 |
Unit Tests: Disabled scrollviews should not be able to paginate prev |
✓ |
0.011 |
Unit Tests: Changing the index on a dual axis instance with X pagination will update the host's _maxScrollY |
✓ |
0.011 |
Unit Tests: Changing the index on a dual axis instance with Y pagination will update the host's _maxScrollY |
✓ |
0.011 |
Unit Tests: Flicks on disabled widgets do nothing |
✓ |
0.009 |
Unit Tests: Flicks when out of bounds should be prevented |
✓ |
0.009 |
Unit Tests: Flick right should advance the page |
✓ |
0.01 |
Unit Tests: Mousewheel on x instances should do nothing |
✓ |
0.007 |
Unit Tests: Up mousewheels on y instances should |
✓ |
0.008 |
Unit Tests: Down mousewheels on y instances should |
✓ |
0.01 |
Unit Tests: Large forward drags should advance to the next page |
✓ |
0.01 |
Unit Tests: Short forward drags should snap back |
✓ |
0.007 |
Unit Tests: Large backward drags should advance to the previous page |
✓ |
0.008 |
Unit Tests: Short backward drags should snap back |
✓ |
0.007 |
Unit Tests: _beforeHostScrollTo without a gesture should return the input args |
✓ |
0.006 |
Unit Tests: _beforeHostScrollTo on an x-axis should null the y-value |
✓ |
0.006 |
Unit Tests: _beforeHostScrollTo on an y-axis should null a y-value |
✓ |
0.009 |
Unit Tests: Gestures against the grain should select the index page's node to transition |
✓ |
0.011 |
Unit Tests: Optimized instances should hide nodes outside the buffer |
✓ |
0.008 |