Searched refs:testOutput (Results 1 – 12 of 12) sorted by relevance
25 testOutput = open(outputPath).read()27 success = (output == testOutput)30 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
28 testOutput = open(outputPath).read()30 success = (output == testOutput)33 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
42 testOutput = unicode(open(outputPath).read(), 'utf-8')44 success = (output == testOutput)47 r = d.compare(output.splitlines(1), testOutput.splitlines(1))
51 testOutput = 0;53 testOutput += a[3*(i*nx+i)+1];
441 testOutput = arrayToCanvasCommands(raytraceScene());
240 testOutput() in testOutput() function297 if (be_verbose && !testOutput()) in main()
157 def testOutput(self): member in GMockOutputTest
252 def testOutput(self): member in GTestOutputTest
278 def testOutput(self): member in GTestOutputTest