Go to the source code of this file.
|
function | run_test () |
|
function | pathHandler (request, response) |
|
function | getHeaderFunction (ch) |
|
function | expectValues (ch, oldShared, newShared, oldPrivate, newPrivate) |
|
tests | push (test) |
|
function | start_initial (ch, cx) |
|
function | start_overwrite (ch, cx) |
|
function | start_remove (ch, cx) |
|
function | start_handler (ch, cx) |
|
function | start_handler_again (ch, cx) |
|
function | start_other_initial (ch, cx) |
|
function | start_other_remove_ignore (ch, cx) |
|
function | start_other_set_new (ch, cx) |
|
function | start_set_remove_original (ch, cx) |
|
function expectValues |
( |
|
ch, |
|
|
|
oldShared, |
|
|
|
newShared, |
|
|
|
oldPrivate, |
|
|
|
newPrivate |
|
) |
| |
function getHeaderFunction |
( |
|
ch | ) |
|
function pathHandler |
( |
|
request, |
|
|
|
response |
|
) |
| |
function start_handler |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function start_handler_again |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function start_initial |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function start_other_initial |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function start_other_remove_ignore |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function start_other_set_new |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function start_overwrite |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function start_remove |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function start_set_remove_original |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
Initial value:=
new Test(
"http://localhost:4444/state1.sjs?" +
"newShared=newShared&newPrivate=newPrivate",
function start_initial(ch, cx)
function Test(path, initChannel, onStartRequest, onStopRequest)
Definition at line 112 of file test_sjs_state.js.