Go to the source code of this file.
Functions | |
function | run_test () |
tests | push (test) |
function | init (ch) |
function | startCustomIndexHandler (ch, cx) |
function | stopCustomIndexHandler (ch, cx, status, data) |
function | startDefaultIndexHandler (ch, cx) |
function | stopDefaultIndexHandler (ch, cx, status, data) |
function | myIndexHandler (metadata, response) |
Variables | |
var | srv |
var | serverBasePath |
var | tests = [] |
var | test |
function init | ( | ch | ) |
Definition at line 61 of file test_setindexhandler.js.
function myIndexHandler | ( | metadata, | |
response | |||
) |
function run_test | ( | ) |
function startCustomIndexHandler | ( | ch, | |
cx | |||
) |
function startDefaultIndexHandler | ( | ch, | |
cx | |||
) |
function stopCustomIndexHandler | ( | ch, | |
cx, | |||
status, | |||
data | |||
) |
function stopDefaultIndexHandler | ( | ch, | |
cx, | |||
status, | |||
data | |||
) |
Definition at line 83 of file test_setindexhandler.js.
var serverBasePath |
Definition at line 41 of file test_setindexhandler.js.
var srv |
Definition at line 41 of file test_setindexhandler.js.
test |
Definition at line 56 of file test_setindexhandler.js.
var tests = [] |
Definition at line 55 of file test_setindexhandler.js.