test_registerfile.js File Reference

Go to the source code of this file.

Functions

function onStart (ch, cx)
 
function onStop (ch, cx, status, data)
 
function run_test ()
 

Variables

const BASE = "http://localhost:4444"
 
var file = do_get_file("test_registerfile.js")
 
var test = new Test(BASE + "/foo", null, onStart, onStop)
 

Function Documentation

function onStart (   ch,
  cx 
)

Definition at line 45 of file test_registerfile.js.

Here is the call graph for this function:

function onStop (   ch,
  cx,
  status,
  data 
)

Definition at line 50 of file test_registerfile.js.

Here is the call graph for this function:

function run_test ( )

Definition at line 58 of file test_registerfile.js.

Here is the call graph for this function:

Variable Documentation

const BASE = "http://localhost:4444"

Definition at line 41 of file test_registerfile.js.

var file = do_get_file("test_registerfile.js")

Definition at line 43 of file test_registerfile.js.

var test = new Test(BASE + "/foo", null, onStart, onStop)

Definition at line 56 of file test_registerfile.js.