Robot Framework
robot.parsing.parser.fileparser.TestCaseSectionParser Class Reference
Inheritance diagram for robot.parsing.parser.fileparser.TestCaseSectionParser:
robot.parsing.parser.fileparser.SectionParser robot.parsing.parser.blockparsers.Parser

Public Member Functions

def parse (self, statement)
 
- Public Member Functions inherited from robot.parsing.parser.fileparser.SectionParser
def __init__ (self, header)
 
def handles (self, statement)
 

Static Public Attributes

 model_class = TestCaseSection
 
- Static Public Attributes inherited from robot.parsing.parser.fileparser.SectionParser
 model_class = None
 

Additional Inherited Members

- Public Attributes inherited from robot.parsing.parser.blockparsers.Parser
 model
 

Detailed Description

Definition at line 94 of file fileparser.py.

Member Function Documentation

◆ parse()

def robot.parsing.parser.fileparser.TestCaseSectionParser.parse (   self,
  statement 
)

Reimplemented from robot.parsing.parser.fileparser.SectionParser.

Definition at line 97 of file fileparser.py.

Member Data Documentation

◆ model_class

robot.parsing.parser.fileparser.TestCaseSectionParser.model_class = TestCaseSection
static

Definition at line 95 of file fileparser.py.


The documentation for this class was generated from the following file: