Home | History | Annotate | Download | only in message

Lines Matching refs:testcase

34 from testrunner.objects import testcase
55 test = testcase.TestCase(self, testname)
59 def GetFlagsForTestCase(self, testcase, context):
60 source = self.GetSourceForTest(testcase)
67 result.append(os.path.join(self.root, testcase.path + ".js"))
68 return testcase.flags + result
70 def GetSourceForTest(self, testcase):
71 filename = os.path.join(self.root, testcase.path + self.suffix())
109 def StripOutputForTransmit(self, testcase):