node/test/internet
Adrian Estrada eb1adbb48e test: refactor the code in test-dns-ipv4
* remove the manual control for functions execution
* use common.mustCall to control the functions execution automatically
* use let and const instead of var
* use assert.strictEqual instead assert.equal

PR-URL: https://github.com/nodejs/node/pull/10200
Reviewed-By: Italo A. Casas <me@italoacasas.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2017-01-04 10:44:08 -06:00
..
test-dgram-broadcast-multi-process.js test: clean up dgram-broadcast-multi-process test 2016-11-03 05:32:06 -05:00
test-dgram-multicast-multi-process.js
test-dgram-send-cb-quelches-error.js test: s/assert.fail/common.fail as appropriate 2016-07-15 15:50:01 -04:00
test-dns-cares-domains.js
test-dns-ipv4.js test: refactor the code in test-dns-ipv4 2017-01-04 10:44:08 -06:00
test-dns-ipv6.js test: refactor the code in test-dns-ipv6 2016-12-20 12:03:44 -05:00
test-dns-txt-sigsegv.js
test-dns.js dns: implement {ttl: true} for dns.resolve6() 2016-11-22 11:15:05 -05:00
test-http-dns-fail.js test: refactor test-http-dns-fail 2016-12-14 22:52:39 -05:00
test-http-https-default-ports.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-connect-timeout.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-net-connect-unref.js test: use mustCall() for simple flow tracking 2016-07-18 17:14:16 -04:00
test-tls-connnect-melissadata.js
test-tls-reuse-host-from-socket.js
testcfg.py