test_setindexhandler.js File Reference

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 Documentation

function init (   ch)

Definition at line 61 of file test_setindexhandler.js.

function myIndexHandler (   metadata,
  response 
)

Definition at line 90 of file test_setindexhandler.js.

Here is the caller graph for this function:

tests push ( test  )
function run_test ( )

Definition at line 43 of file test_setindexhandler.js.

Here is the call graph for this function:

function startCustomIndexHandler (   ch,
  cx 
)

Definition at line 65 of file test_setindexhandler.js.

Here is the call graph for this function:

function startDefaultIndexHandler (   ch,
  cx 
)

Definition at line 79 of file test_setindexhandler.js.

Here is the call graph for this function:

function stopCustomIndexHandler (   ch,
  cx,
  status,
  data 
)

Definition at line 70 of file test_setindexhandler.js.

Here is the call graph for this function:

function stopDefaultIndexHandler (   ch,
  cx,
  status,
  data 
)

Definition at line 83 of file test_setindexhandler.js.

Variable Documentation

var serverBasePath

Definition at line 41 of file test_setindexhandler.js.

var srv

Definition at line 41 of file test_setindexhandler.js.

test
Initial value:
= new Test("http://localhost:4444/",
function stopCustomIndexHandler(ch, cx, status, data)
function startCustomIndexHandler(ch, cx)
function Test(path, initChannel, onStartRequest, onStopRequest)
Definition: head_utils.js:322
function init(ch)

Definition at line 56 of file test_setindexhandler.js.

var tests = []

Definition at line 55 of file test_setindexhandler.js.