Searched defs:testServer (Results 1 – 5 of 5) sorted by relevance
25 testServer = 'smtp.gmail.com' variable in SmtpTest47 testServer = 'smtp.gmail.com' variable in SmtpSSLTest
5 const testServer = http.createServer(common.mustNotCall()); constant
27 const testServer = new http.Server(function(req, res) { constant
86 function testServer(callback) { function
39 function testServer() { function