Go to the source code of this file.
Functions | |
function | runTest () |
Test file. More... | |
function | testProperties (library) |
function | testConditions (library) |
function | testAll (library) |
function | testAny (library) |
function | testOperators (library) |
function | testItemLimit (library) |
function | testUsecsLimit (library) |
function | testBytesLimit (library) |
function | testMatchTypeNoneItemLimit (library) |
function | testMatchTypeNoneUsecLimit (library) |
function | testMatchTypeNoneBytesLimit (library) |
function | testRandom (library) |
function | testMatchTypeNoneRandom (library) |
function | testSerialize (library) |
function | getOperatorForProperty (propertyID, operator) |
function | assertCondition (a, b) |
function | assertTrackNumbers (list, a) |
function | assertPropertyRange (list, start, length, prop, value) |
function | dumpList (list, sumprop) |
function | assertUnique (list) |
function | countMediaItems (library) |
function | sumProperty (list, prop) |
function assertCondition | ( | a, | |
b | |||
) |
Definition at line 825 of file test_smartmedialist.js.
function assertPropertyRange | ( | list, | |
start, | |||
length, | |||
prop, | |||
value | |||
) |
Definition at line 841 of file test_smartmedialist.js.
function assertTrackNumbers | ( | list, | |
a | |||
) |
Definition at line 834 of file test_smartmedialist.js.
function assertUnique | ( | list | ) |
Definition at line 865 of file test_smartmedialist.js.
function countMediaItems | ( | library | ) |
function dumpList | ( | list, | |
sumprop | |||
) |
function getOperatorForProperty | ( | propertyID, | |
operator | |||
) |
Definition at line 815 of file test_smartmedialist.js.
function runTest | ( | ) |
Test file.
Advanced DataRemote unit tests.
Definition at line 31 of file test_smartmedialist.js.
function sumProperty | ( | list, | |
prop | |||
) |
function testAll | ( | library | ) |
Definition at line 118 of file test_smartmedialist.js.
function testAny | ( | library | ) |
Definition at line 176 of file test_smartmedialist.js.
function testBytesLimit | ( | library | ) |
Definition at line 564 of file test_smartmedialist.js.
function testConditions | ( | library | ) |
Definition at line 86 of file test_smartmedialist.js.
function testItemLimit | ( | library | ) |
Definition at line 493 of file test_smartmedialist.js.
function testMatchTypeNoneBytesLimit | ( | library | ) |
Definition at line 649 of file test_smartmedialist.js.
function testMatchTypeNoneItemLimit | ( | library | ) |
Definition at line 597 of file test_smartmedialist.js.
function testMatchTypeNoneRandom | ( | library | ) |
Definition at line 728 of file test_smartmedialist.js.
function testMatchTypeNoneUsecLimit | ( | library | ) |
Definition at line 620 of file test_smartmedialist.js.
function testOperators | ( | library | ) |
Definition at line 219 of file test_smartmedialist.js.
function testProperties | ( | library | ) |
Definition at line 52 of file test_smartmedialist.js.
function testRandom | ( | library | ) |
Definition at line 680 of file test_smartmedialist.js.
function testSerialize | ( | library | ) |
Definition at line 769 of file test_smartmedialist.js.
function testUsecsLimit | ( | library | ) |
Definition at line 531 of file test_smartmedialist.js.