Lines Matching refs:testcase
34 from testrunner.objects import testcase
82 case = testcase.TestCase(self, testname)
86 def GetFlagsForTestCase(self, testcase, context):
91 testfilename = testcase.path + ".js"
100 return testcase.flags + result
102 def GetSourceForTest(self, testcase):
103 filename = os.path.join(self.testroot, testcase.path + ".js")
107 def IsNegativeTest(self, testcase):
108 return testcase.path.endswith("-n")