Home | History | Annotate | Download | only in harness

Lines Matching refs:handler

154     'handler' : function(self) { self.showResultsForAllTests(); },
159 'handler' : function(self) { self.showResultsForCompletedTests(); },
164 'handler' : function(self) { self.showResultsForTestsWithStatus('pass'); },
169 'handler' : function(self) { self.showResultsForTestsWithStatus('fail'); },
174 'handler' : function(self) { self.showResultsForTestsWithStatus('skipped'); },
179 'handler' : function(self) { self.showResultsForTestsWithStatus('invalid'); },
184 'handler' : function(self) { self.showResultsForTestsWithMismatchedResults(); },
189 'handler' : function(self) { self.showResultsForTestsNotRun(); },
1007 TestSuite.prototype.asyncLoad = function(url, type, handler)
1009 $.get(url, handler, type);
1053 resultInfo.handler(this);