test_response_write.js File Reference

Go to the source code of this file.

Functions

function run_test ()
 
function succeeded (ch, cx, status, data)
 
function check_1234 (ch, cx)
 
function writeString (metadata, response)
 
function writeInt (metadata, response)
 

Variables

var tests
 

Function Documentation

function check_1234 (   ch,
  cx 
)

Definition at line 69 of file test_response_write.js.

Here is the call graph for this function:

function run_test ( )

Definition at line 49 of file test_response_write.js.

Here is the call graph for this function:

function succeeded (   ch,
  cx,
  status,
  data 
)

Definition at line 63 of file test_response_write.js.

Here is the call graph for this function:

function writeInt (   metadata,
  response 
)

Definition at line 81 of file test_response_write.js.

Here is the caller graph for this function:

function writeString (   metadata,
  response 
)

Definition at line 76 of file test_response_write.js.

Here is the caller graph for this function:

Variable Documentation

var tests
Initial value:
=
[
new Test("http://localhost:4444/writeString",
new Test("http://localhost:4444/writeInt",
]
function succeeded(ch, cx, status, data)
function check_1234(ch, cx)
return null
Definition: FeedWriter.js:1143
function Test(path, initChannel, onStartRequest, onStopRequest)
Definition: head_utils.js:322

Definition at line 41 of file test_response_write.js.