| Name | Pass | Time |
|---|---|---|
| lifecycle and instantiation: Y.DataTable should be augmented | ✓ | 0.01 |
| lifecycle and instantiation: Y.DataTable.Base should not be augmented | ✓ | 0.004 |
| lifecycle and instantiation: Y.DataTable constructor should not error | ✓ | 0.006 |
| lifecycle and instantiation: test sortable values | ✓ | 0.023 |
| lifecycle and instantiation: test set('sortable') | ✓ | 0.006 |
| lifecycle and instantiation: test sortBy values | ✓ | 0.023 |
| lifecycle and instantiation: test set('sortBy') | ✓ | 0.007 |
| DataTable.Sortable tests: test ui triggered sort | ✓ | 0.031 |
| DataTable.Sortable tests: sorting a column with null values should group the nulls | ✓ | 0.013 |
| DataTable.Sortable tests: reverse sorting a column | ✓ | 0.035 |
| DataTable.Sortable tests: shift clicking same column should only toggle the sort order, not add to array of sorted columns | ✓ | 0.028 |
| DataTable.Sortable tests: shift clicking an unsorted table should primary sort by that column | ✓ | 0.017 |