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

Public Member Functions

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

Public Attributes

 body
 
 header
 

Properties

 name = 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 name (self)
 

Static Private Attributes

tuple _fields
 

Additional Inherited Members

- Static Public Attributes inherited from robot.parsing.model.blocks.Block
tuple errors = ()
 

Detailed Description

Definition at line 155 of file blocks.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.parsing.model.blocks.TestCase.__init__ (   self,
  header,
  body = None 
)

Definition at line 161 of file blocks.py.

Member Function Documentation

◆ name()

def robot.parsing.model.blocks.TestCase.name (   self)
private

Definition at line 168 of file blocks.py.

Member Data Documentation

◆ _fields

robot.parsing.model.blocks.TestCase._fields
staticprivate

Definition at line 159 of file blocks.py.

◆ body

robot.parsing.model.blocks.TestCase.body

Definition at line 163 of file blocks.py.

◆ header

robot.parsing.model.blocks.TestCase.header

Definition at line 162 of file blocks.py.

Property Documentation

◆ name

robot.parsing.model.blocks.TestCase.name = property
static

Definition at line 166 of file blocks.py.


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