node/lib/internal/test_runner
MURAKAMI Masahiko afed1afa55 test_runner: add getter and setter to MockTracker
This commit allows tests in test runner to use the
`getter` and `setter` methods as "syntax sugar" for
`MockTracker.method` with the `options.getter` or
`options.setter` set to true in the options.

Refs: https://github.com/nodejs/node/pull/45326#discussion_r1014727289
PR-URL: https://github.com/nodejs/node/pull/45506
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2022-11-27 23:12:13 +00:00
..
harness.js test_runner: avoid swallowing of asynchronously thrown errors 2022-11-07 12:02:56 +00:00
mock.js test_runner: add getter and setter to MockTracker 2022-11-27 23:12:13 +00:00
runner.js test_runner: remove stdout and stderr from error 2022-11-25 02:48:21 +00:00
tap_checker.js test_runner: add initial TAP parser 2022-11-21 22:50:21 +00:00
tap_lexer.js test_runner: add initial TAP parser 2022-11-21 22:50:21 +00:00
tap_parser.js test_runner: add initial TAP parser 2022-11-21 22:50:21 +00:00
tap_stream.js test_runner: add initial TAP parser 2022-11-21 22:50:21 +00:00
test.js test_runner: add initial TAP parser 2022-11-21 22:50:21 +00:00
utils.js test_runner: add --test-name-pattern CLI flag 2022-10-04 09:15:02 -04:00