Go to the source code of this file.
Functions | |
| function | StringArrayEnumerator (aArray) |
| function | SimpleArrayEnumerator (aArray) |
| function | makeArray (library) |
| function | assertSort (array, dataFile) |
| function | assertArray (array, dataFile) |
| function | assertList (list, data) |
| function | TestMediaListListener () |
Variables | |
| var | SB_NS = "http://songbirdnest.com/data/1.0#" |
| Some globally useful stuff for the local database library tests. More... | |
| StringArrayEnumerator prototype | hasMore |
| SimpleArrayEnumerator prototype | hasMoreElements |
| function assertArray | ( | array, | |
| dataFile | |||
| ) |
Definition at line 98 of file head_localdatabaselibrary.js.
| function assertList | ( | list, | |
| data | |||
| ) |
Definition at line 115 of file head_localdatabaselibrary.js.
| function assertSort | ( | array, | |
| dataFile | |||
| ) |
Definition at line 80 of file head_localdatabaselibrary.js.
| function makeArray | ( | library | ) |
Definition at line 71 of file head_localdatabaselibrary.js.
| function SimpleArrayEnumerator | ( | aArray | ) |
Definition at line 51 of file head_localdatabaselibrary.js.
| function StringArrayEnumerator | ( | aArray | ) |
Definition at line 31 of file head_localdatabaselibrary.js.
| function TestMediaListListener | ( | ) |
Definition at line 143 of file head_localdatabaselibrary.js.
| StringArrayEnumerator prototype hasMore |
Definition at line 36 of file head_localdatabaselibrary.js.
| SimpleArrayEnumerator prototype hasMoreElements |
Definition at line 56 of file head_localdatabaselibrary.js.
| var SB_NS = "http://songbirdnest.com/data/1.0#" |
Some globally useful stuff for the local database library tests.
Definition at line 29 of file head_localdatabaselibrary.js.