Robot Framework
robot.parsing.model.blocks.TestCaseSection Class Reference
Inheritance diagram for robot.parsing.model.blocks.TestCaseSection:
robot.parsing.model.blocks.Section robot.parsing.model.blocks.Block

Properties

 tasks = property
 
- Properties inherited from robot.parsing.model.blocks.Block
 col_offset = property
 
 end_col_offset = property
 
 end_lineno = property
 
 lineno = property
 

Private Member Functions

def tasks (self)
 

Additional Inherited Members

- Public Member Functions inherited from robot.parsing.model.blocks.Section
def __init__ (self, header=None, body=None)
 
- Public Member Functions inherited from robot.parsing.model.blocks.Block
def validate (self, context)
 
def validate_model (self)
 
- Public Attributes inherited from robot.parsing.model.blocks.Section
 body
 
 header
 
- Static Public Attributes inherited from robot.parsing.model.blocks.Block
tuple errors = ()
 

Detailed Description

Definition at line 138 of file blocks.py.

Member Function Documentation

◆ tasks()

def robot.parsing.model.blocks.TestCaseSection.tasks (   self)
private

Definition at line 143 of file blocks.py.

Property Documentation

◆ tasks

robot.parsing.model.blocks.TestCaseSection.tasks = property
static

Definition at line 141 of file blocks.py.


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