HomeSort by relevance Sort by last modified time
    Searched refs:mock_file (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py 339 mock_file = Mock()
340 mock_file.name = "foo"
341 self.assertEqual(bugzilla._filename_for_upload(mock_file, 1234), 'foo')
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py 100 def __init__(self, mock_file):
101 self.mock_file = mock_file
105 return self.mock_file
    [all...]

Completed in 141 milliseconds