test_registerdirectory.js File Reference

Go to the source code of this file.

Functions

function nocache (ch)
 
function notFound (ch)
 
function checkOverride (ch)
 
function check200 (ch)
 
function checkFile (ch, cx, status, data)
 
tests push (test)
 
function run_test ()
 
function override_test_registerdirectory (metadata, response)
 

Variables

const BASE = "http://localhost:4444"
 
var tests = []
 
var test
 
var srv
 
var serverBasePath
 
var testsDirectory
 

Function Documentation

function check200 (   ch)

Definition at line 66 of file test_registerdirectory.js.

Here is the call graph for this function:

function checkFile (   ch,
  cx,
  status,
  data 
)

Definition at line 72 of file test_registerdirectory.js.

Here is the call graph for this function:

function checkOverride (   ch)

Definition at line 58 of file test_registerdirectory.js.

Here is the call graph for this function:

function nocache (   ch)

Definition at line 47 of file test_registerdirectory.js.

function notFound (   ch)

Definition at line 52 of file test_registerdirectory.js.

Here is the call graph for this function:

function override_test_registerdirectory (   metadata,
  response 
)

Definition at line 333 of file test_registerdirectory.js.

tests push ( test  )
function run_test ( )

Definition at line 319 of file test_registerdirectory.js.

Here is the call graph for this function:

Variable Documentation

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

Definition at line 41 of file test_registerdirectory.js.

var serverBasePath

Definition at line 316 of file test_registerdirectory.js.

var srv

Definition at line 315 of file test_registerdirectory.js.

test
Initial value:
= new Test(BASE + "/test_registerdirectory.js",
function nocache(ch)
const BASE
return null
Definition: FeedWriter.js:1143
function Test(path, initChannel, onStartRequest, onStopRequest)
Definition: head_utils.js:322
function notFound(ch)

Definition at line 44 of file test_registerdirectory.js.

var tests = []

Definition at line 43 of file test_registerdirectory.js.

var testsDirectory

Definition at line 317 of file test_registerdirectory.js.