Go to the source code of this file.
Functions | |
function | runTest () |
Test that changes in the view's selection are reflected into the tree. More... | |
function | setupPlaylist () |
function | testSelectAll (library, playlist) |
function | testSelectAllScrolled (library, playlist) |
function | testSelectSome (library, playlist) |
function | testSelectSomeScrolled (library, playlist) |
function | createPropertyArray () |
function | assertAllVisibleRowsSelected (tree) |
function assertAllVisibleRowsSelected | ( | tree | ) |
Definition at line 126 of file test_view_selection.js.
function createPropertyArray | ( | ) |
Definition at line 121 of file test_view_selection.js.
function runTest | ( | ) |
Test that changes in the view's selection are reflected into the tree.
Advanced DataRemote unit tests.
Listener used to track the events
Listener used to track the events
Definition at line 31 of file test_view_selection.js.
function setupPlaylist | ( | ) |
Definition at line 40 of file test_view_selection.js.
function testSelectAll | ( | library, | |
playlist | |||
) |
Definition at line 61 of file test_view_selection.js.
function testSelectAllScrolled | ( | library, | |
playlist | |||
) |
Definition at line 77 of file test_view_selection.js.
function testSelectSome | ( | library, | |
playlist | |||
) |
Definition at line 90 of file test_view_selection.js.
function testSelectSomeScrolled | ( | library, | |
playlist | |||
) |
Definition at line 109 of file test_view_selection.js.