Lines Matching refs:testcase
34 from testrunner.objects import testcase
54 test = testcase.TestCase(self, testname)
58 def GetFlagsForTestCase(self, testcase, context):
59 source = self.GetSourceForTest(testcase)
65 result.append(os.path.join(self.root, testcase.path + ".js"))
66 return testcase.flags + result
68 def GetSourceForTest(self, testcase):
69 filename = os.path.join(self.root, testcase.path + self.suffix())
107 def StripOutputForTransmit(self, testcase):