Go to the source code of this file.
Functions | |
function | runTest () |
Test file. More... | |
function | insert (dbq, id, ordinal) |
function | clear (dbq) |
function | assertTable (dbq, a) |
function | insertAt (dbq, a, id, index) |
function | getPathFromIndex (dbq, index) |
function assertTable | ( | dbq, | |
a | |||
) |
Definition at line 115 of file test_tree_collate.js.
function clear | ( | dbq | ) |
function getPathFromIndex | ( | dbq, | |
index | |||
) |
function insert | ( | dbq, | |
id, | |||
ordinal | |||
) |
function insertAt | ( | dbq, | |
a, | |||
id, | |||
index | |||
) |
Definition at line 132 of file test_tree_collate.js.
function runTest | ( | ) |
Test file.
Advanced DataRemote unit tests.
Definition at line 31 of file test_tree_collate.js.