Robot Framework Integrated Development Environment (RIDE)
model.py File Reference

Go to the source code of this file.

Classes

class  robotide.lib.robot.parsing.model._SettingTable
 
class  robotide.lib.robot.parsing.model._Table
 
class  robotide.lib.robot.parsing.model._TestData
 
class  robotide.lib.robot.parsing.model._WithSettings
 
class  robotide.lib.robot.parsing.model._WithSteps
 
class  robotide.lib.robot.parsing.model.ForLoop
 The parsed representation of a for-loop. More...
 
class  robotide.lib.robot.parsing.model.InitFileSettingTable
 
class  robotide.lib.robot.parsing.model.KeywordTable
 
class  robotide.lib.robot.parsing.model.OldStyleSettingAndVariableTableHeaderMatcher
 
class  robotide.lib.robot.parsing.model.OldStyleTestAndKeywordTableHeaderMatcher
 
class  robotide.lib.robot.parsing.model.ResourceFile
 The parsed resource file object. More...
 
class  robotide.lib.robot.parsing.model.ResourceFileSettingTable
 
class  robotide.lib.robot.parsing.model.Step
 
class  robotide.lib.robot.parsing.model.TestCase
 
class  robotide.lib.robot.parsing.model.TestCaseFile
 The parsed test case file object. More...
 
class  robotide.lib.robot.parsing.model.TestCaseFileSettingTable
 
class  robotide.lib.robot.parsing.model.TestCaseTable
 
class  robotide.lib.robot.parsing.model.TestDataDirectory
 The parsed test data directory object. More...
 
class  robotide.lib.robot.parsing.model.UserKeyword
 
class  robotide.lib.robot.parsing.model.Variable
 
class  robotide.lib.robot.parsing.model.VariableTable
 

Namespaces

 robotide.lib.robot.parsing.model
 

Functions

def robotide.lib.robot.parsing.model.TestData (parent=None, source=None, include_suites=None, warn_on_skipped='DEPRECATED', extensions=None, settings=None)
 Parses a file or directory to a corresponding model object. More...
 

Variables

 robotide.lib.robot.parsing.model.re_set_var = re.compile(r"(?i)^set[ ](\S.*)+variable$")