OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testoutput
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/webkitpy/common/net/
testoutput_unittest.py
28
import
testoutput
namespace
44
class FakeTestOutput(
testoutput
.
TestOutput
):
70
r =
testoutput
.TextTestOutput(None, FakeFile(filename))
78
r =
testoutput
.TextTestOutput(None, FakeFile(filename))
96
r =
testoutput
.TextTestOutput(None, FakeFile('test-actual.txt'))
100
r =
testoutput
.TextTestOutput(None, FakeFile('test-expected.txt'))
104
expected =
testoutput
.TextTestOutput('mac', FakeFile('test-expected.txt'))
105
actual =
testoutput
.TextTestOutput('mac', FakeFile('test-actual.txt'))
110
r1 =
testoutput
.TextTestOutput('mac', FakeFile('test-expected.txt', 'contents')
[
all
...]
testoutputset.py
28
import
testoutput
namespace
99
return
testoutput
.ImageTestOutput(self._platform, image_file, checksum_file)
111
outputs += [
testoutput
.TextTestOutput(self._platform, text_file) for text_file in text_files]
Completed in 701 milliseconds