Lines Matching full:no
49 assert.error(err, fnName + ": no callback error");
66 assert.error(err, 'testMapMap: no callback error');
71 assert.error(err, "testStruct: no callback error");
76 assert.error(err, "testNest: no callback error");
81 assert.error(err, "testInsanity: no callback error");
87 assert.ok(!Boolean(response), 'testException: no response');
92 assert.ok(!Boolean(response), 'testException: no response');
97 client.testException("no Exception", function(err, response) {
98 assert.error(err, 'testException: no callback error');
99 assert.ok(!Boolean(response), 'testException: no response');
103 assert.error(err, 'testOneway: no callback error');
109 assert.error(err, "checkOffByOne: no callback error");
187 Q.resolve(client.testException("no Exception"))