Go to the source code of this file.
Functions | |
function | runTest () |
Test file. More... | |
function | setupPlaylist () |
function | testSelectAll (library, playlist) |
function | testSelectAllResort (library, playlist, previouslySelected) |
function | testSelectSome (library, playlist) |
function | testSelectSomeResort (library, playlist, previouslySelected) |
function | testSelectAllThenAdd (library, playlist) |
function | testSelectRange (library, playlist) |
function | testSelectRangeResort (library, playlist, previouslySelected) |
function | assertArraySimilar (a1, a2) |
function | setSort (playlist, property, direction) |
function | getSelected (playlist) |
function | createPropertyArray () |
function assertArraySimilar | ( | a1, | |
a2 | |||
) |
Definition at line 220 of file test_playlist_selection.js.
function createPropertyArray | ( | ) |
Definition at line 251 of file test_playlist_selection.js.
function getSelected | ( | playlist | ) |
Definition at line 242 of file test_playlist_selection.js.
function runTest | ( | ) |
Test file.
Advanced DataRemote unit tests.
Listener used to track the events
Listener used to track the events
Definition at line 31 of file test_playlist_selection.js.
function setSort | ( | playlist, | |
property, | |||
direction | |||
) |
Definition at line 234 of file test_playlist_selection.js.
function setupPlaylist | ( | ) |
Definition at line 40 of file test_playlist_selection.js.
function testSelectAll | ( | library, | |
playlist | |||
) |
Definition at line 63 of file test_playlist_selection.js.
function testSelectAllResort | ( | library, | |
playlist, | |||
previouslySelected | |||
) |
Definition at line 87 of file test_playlist_selection.js.
function testSelectAllThenAdd | ( | library, | |
playlist | |||
) |
Definition at line 139 of file test_playlist_selection.js.
function testSelectRange | ( | library, | |
playlist | |||
) |
Definition at line 163 of file test_playlist_selection.js.
function testSelectRangeResort | ( | library, | |
playlist, | |||
previouslySelected | |||
) |
Definition at line 205 of file test_playlist_selection.js.
function testSelectSome | ( | library, | |
playlist | |||
) |
Definition at line 105 of file test_playlist_selection.js.
function testSelectSomeResort | ( | library, | |
playlist, | |||
previouslySelected | |||
) |
Definition at line 125 of file test_playlist_selection.js.