[ALOY-609] ListSection data binding
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-05-01T16:58:23.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.2.0, 2013 Sprint 09 |
Components | Models, XML |
Labels | notable |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2013-04-05T16:13:38.000+0000 |
Updated | 2018-03-07T22:25:36.000+0000 |
PR: https://github.com/appcelerator/alloy/pull/124 *All test cases should work on both iOS and Android*
test case 1
link: https://github.com/appcelerator/alloy/tree/master/test/apps/testing/ALOY-609 Assert that all items can be emptied with the "reset" button and that an item matching the corresponding template clicked will appear at the end of the list when clicked. You should be able to do any combination of these operations without failure.test case 2
link: https://github.com/appcelerator/alloy/tree/master/test/apps/models/binding_listview This is exactly the same as above, but is made available in the non-internal-testing section of the test apps collection. It should behave exactly as test case #1.test case 3
link: https://github.com/appcelerator/alloy/tree/master/test/apps/ui/listview Assert that all non-data-binding related ListView operations still work as expected. Each tab should represent a static list of ListView items. The first a single section, the second multiple sections, the last multiple item templates in the same single section.