HomeSort by relevance Sort by last modified time
    Searched full:_wrapped_run (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
suite.py 84 self._wrapped_run(result)
92 self._wrapped_run(debug, True)
98 def _wrapped_run(self, result, debug=False): member in class:TestSuite
113 if hasattr(test, '_wrapped_run'):
114 test._wrapped_run(result, debug)

Completed in 2300 milliseconds