node/test/debugger
cjihrig f0eba7811d
test: add common.mustNotCall()
This commit adds a mustNotCall() helper for testing. This provides
an alternative to using common.fail() as a callback, or creating
a callback function for the sole purpose of calling common.fail().

PR-URL: https://github.com/nodejs/node/pull/11152
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
2017-02-14 11:52:23 -05:00
..
helper-debugger-repl.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-debug-break-on-uncaught.js test: increase timeout in break-on-uncaught 2017-01-31 14:09:37 -06:00
test-debugger-client.js test: fix and improve debugger-client test 2017-01-04 10:44:06 -06:00
test-debugger-remote.js test: add common.mustNotCall() 2017-02-14 11:52:23 -05:00
test-debugger-repl-break-in-module.js test: use const for all require() calls 2017-01-30 12:08:31 -05:00
test-debugger-repl-restart.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-debugger-repl-term.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-debugger-repl-utf8.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
test-debugger-repl.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
testcfg.py test: move debugger repl into own section 2014-01-20 09:00:13 -08:00