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 onStart | ( | ch, | |
| cx | |||
| ) |
| function onStop | ( | ch, | |
| cx, | |||
| status, | |||
| data | |||
| ) |
| function run_test | ( | ) |
| 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.