Searched refs:TestRun (Results 1 – 2 of 2) sorted by relevance
143 function TestRun(times, test, result) { class156 TestRun.prototype.run_ = function() {188 new TestRun(1, function(i) {227 new TestRun(1, function() {
28 class TestRun(unittest.TestCase): class