Google News
logo
Backbone - Quiz(MCQ)
Which of the following options is the correct Unit callback that runs after each assertion and provides the result of the test case (either error or log) along with the message?
A)
QUnit.testDone = function(result, failures, message)[ ];
B)
QUnitJog = function(name, failure, results, message)[ };
C)
QUnitJog = function(results, message)[ ];
D)
QUnit.testDone = function(name, failures, message)[ }:

Correct Answer :   QUnitJog = function(results, message)[ ];

Advertisement