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 check200 | ( | ch | ) |
| function checkFile | ( | ch, | |
| cx, | |||
| status, | |||
| data | |||
| ) |
| function checkOverride | ( | ch | ) |
| function nocache | ( | ch | ) |
Definition at line 47 of file test_registerdirectory.js.
| function notFound | ( | ch | ) |
| function override_test_registerdirectory | ( | metadata, | |
| response | |||
| ) |
Definition at line 333 of file test_registerdirectory.js.
| function run_test | ( | ) |
| 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 |
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.