@@ -3318,6 +3318,21 @@ In a future version of Node.js, [`message.headers`][],
3318
3318
[ ` message.headersDistinct ` ] [ ] , [ ` message.trailers ` ] [ ] , and
3319
3319
[ ` message.trailersDistinct ` ] [ ] will be read-only.
3320
3320
3321
+ ### DEP0173: the ` assert.CallTracker ` class
3322
+
3323
+ <!-- YAML
3324
+ changes:
3325
+ - version: REPLACEME
3326
+ pr-url: https://github.com/nodejs/node/pull/47740
3327
+ description: Documentation-only deprecation.
3328
+ -->
3329
+
3330
+ Type: Documentation-only
3331
+
3332
+ In a future version of Node.js, [ ` assert.CallTracker ` ] [ ] ,
3333
+ will be removed.
3334
+ Consider using alternatives such as the [ ` mock ` ] [ ] helper function.
3335
+
3321
3336
[ NIST SP 800-38D ] : https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-38d.pdf
3322
3337
[ RFC 6066 ] : https://tools.ietf.org/html/rfc6066#section-3
3323
3338
[ RFC 8247 Section 2.4 ] : https://www.rfc-editor.org/rfc/rfc8247#section-2.4
@@ -3341,6 +3356,7 @@ In a future version of Node.js, [`message.headers`][],
3341
3356
[ `Server.listen({fd: <number>})` ] : net.md#serverlistenhandle-backlog-callback
3342
3357
[ `SlowBuffer` ] : buffer.md#class-slowbuffer
3343
3358
[ `WriteStream.open()` ] : fs.md#class-fswritestream
3359
+ [ `assert.CallTracker` ] : assert.md#class-assertcalltracker
3344
3360
[ `assert` ] : assert.md
3345
3361
[ `asyncResource.runInAsyncScope()` ] : async_context.md#asyncresourceruninasyncscopefn-thisarg-args
3346
3362
[ `buffer.subarray` ] : buffer.md#bufsubarraystart-end
@@ -3399,6 +3415,7 @@ In a future version of Node.js, [`message.headers`][],
3399
3415
[ `message.socket` ] : http.md#messagesocket
3400
3416
[ `message.trailersDistinct` ] : http.md#messagetrailersdistinct
3401
3417
[ `message.trailers` ] : http.md#messagetrailers
3418
+ [ `mock` ] : test.md#mocking
3402
3419
[ `module.createRequire()` ] : module.md#modulecreaterequirefilename
3403
3420
[ `os.networkInterfaces()` ] : os.md#osnetworkinterfaces
3404
3421
[ `os.tmpdir()` ] : os.md#ostmpdir
0 commit comments