Go to the source code of this file.
function commonCheck |
( |
|
ch | ) |
|
function functionHandler |
( |
|
metadata, |
|
|
|
response |
|
) |
| |
function start_functionHandler |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function start_non_existent_path |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
function start_objHandler |
( |
|
ch, |
|
|
|
cx |
|
) |
| |
Initial value:=
[
new Test(
"http://localhost:4444/objHandler",
new Test(
"http://localhost:4444/functionHandler",
new Test(
"http://localhost:4444/non-existent-path",
]
function start_objHandler(ch, cx)
function start_non_existent_path(ch, cx)
function start_functionHandler(ch, cx)
function Test(path, initChannel, onStartRequest, onStopRequest)
Definition at line 43 of file test_basic_functionality.js.