test_name_scheme.js File Reference

Go to the source code of this file.

Functions

function run_test ()
 
function start_bar_html_ (ch, cx)
 
function start_foo_html_ (ch, cx)
 
function start_normal_file_txt (ch, cx)
 
function start_folder__file_txt (ch, cx)
 

Variables

const PREFIX = "http://localhost:4444"
 
var tests
 

Function Documentation

function run_test ( )

Definition at line 76 of file test_name_scheme.js.

Here is the call graph for this function:

function start_bar_html_ (   ch,
  cx 
)

Definition at line 95 of file test_name_scheme.js.

Here is the call graph for this function:

function start_folder__file_txt (   ch,
  cx 
)

Definition at line 113 of file test_name_scheme.js.

Here is the call graph for this function:

function start_foo_html_ (   ch,
  cx 
)

Definition at line 102 of file test_name_scheme.js.

Here is the call graph for this function:

function start_normal_file_txt (   ch,
  cx 
)

Definition at line 107 of file test_name_scheme.js.

Here is the call graph for this function:

Variable Documentation

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

Definition at line 43 of file test_name_scheme.js.

var tests
Initial value:
=
[
new Test(PREFIX + "/bar.html^",
new Test(PREFIX + "/foo.html^",
new Test(PREFIX + "/normal-file.txt",
new Test(PREFIX + "/folder^/file.txt",
new Test(PREFIX + "/foo/bar.html^",
new Test(PREFIX + "/foo/foo.html^",
new Test(PREFIX + "/foo/normal-file.txt",
new Test(PREFIX + "/foo/folder^/file.txt",
new Test(PREFIX + "/end-caret^/bar.html^",
new Test(PREFIX + "/end-caret^/foo.html^",
new Test(PREFIX + "/end-caret^/normal-file.txt",
new Test(PREFIX + "/end-caret^/folder^/file.txt",
]
function start_bar_html_(ch, cx)
function start_normal_file_txt(ch, cx)
const PREFIX
function start_foo_html_(ch, cx)
function start_folder__file_txt(ch, cx)
return null
Definition: FeedWriter.js:1143
function Test(path, initChannel, onStartRequest, onStopRequest)
Definition: head_utils.js:322

Definition at line 45 of file test_name_scheme.js.