Go to the source code of this file.
Functions | |
function | run_test () |
function | run_test_2 () |
function | run_test_3 () |
function | run_test_4 () |
function | handle (request, response) |
function | serverStopped () |
Variables | |
const | PORT = 4444 |
const | PREPATH = "http://localhost:" + PORT |
var | srv |
var | srv2 |
var | testsComplete = false |
const | INTERVAL = 500 |
var | stopped = false |
function handle | ( | request, | |
response | |||
) |
Definition at line 181 of file test_start_stop.js.
function run_test | ( | ) |
function run_test_2 | ( | ) |
Definition at line 108 of file test_start_stop.js.
function run_test_3 | ( | ) |
Definition at line 150 of file test_start_stop.js.
function run_test_4 | ( | ) |
Definition at line 169 of file test_start_stop.js.
function serverStopped | ( | ) |
Definition at line 211 of file test_start_stop.js.
const INTERVAL = 500 |
Definition at line 179 of file test_start_stop.js.
const PORT = 4444 |
Definition at line 44 of file test_start_stop.js.
const PREPATH = "http://localhost:" + PORT |
Definition at line 45 of file test_start_stop.js.
var srv |
Definition at line 47 of file test_start_stop.js.
var srv2 |
Definition at line 47 of file test_start_stop.js.
var stopped = false |
Definition at line 210 of file test_start_stop.js.
var testsComplete = false |
Definition at line 167 of file test_start_stop.js.