test_basic_functionality.js File Reference

Go to the source code of this file.

Functions

function run_test ()
 
function commonCheck (ch)
 
function start_objHandler (ch, cx)
 
function start_functionHandler (ch, cx)
 
function start_non_existent_path (ch, cx)
 
function functionHandler (metadata, response)
 

Variables

var tests
 
var objHandler
 

Function Documentation

function commonCheck (   ch)

Definition at line 78 of file test_basic_functionality.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function functionHandler (   metadata,
  response 
)

Definition at line 166 of file test_basic_functionality.js.

Here is the call graph for this function:

Here is the caller graph for this function:

function run_test ( )

Definition at line 53 of file test_basic_functionality.js.

Here is the call graph for this function:

function start_functionHandler (   ch,
  cx 
)

Definition at line 101 of file test_basic_functionality.js.

Here is the call graph for this function:

function start_non_existent_path (   ch,
  cx 
)

Definition at line 117 of file test_basic_functionality.js.

Here is the call graph for this function:

function start_objHandler (   ch,
  cx 
)

Definition at line 85 of file test_basic_functionality.js.

Here is the call graph for this function:

Variable Documentation

var objHandler

Definition at line 129 of file test_basic_functionality.js.

var tests
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)
return null
Definition: FeedWriter.js:1143
function Test(path, initChannel, onStartRequest, onStopRequest)
Definition: head_utils.js:322

Definition at line 43 of file test_basic_functionality.js.