Home | History | Annotate | Download | only in test_defs

Lines Matching refs:def

36   def __init__(self):
40 def __iter__(self):
46 def Parse(self, file_path):
67 def ParseString(self, xml_string):
73 def _ParseDoc(self, doc):
83 def _GetRootElement(self, doc):
90 def _AddTest(self, test):
102 def GetTests(self):
105 def GetContinuousTests(self):
112 def GetTestsInSuite(self, suite):
116 def GetTest(self, name):
120 def Parse(file_path):