Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.writer.datafilewriter.DataFileWriter Class Reference

Object to write parsed test data file objects back to disk. More...

Public Member Functions

def __init__ (self, **options)
 :param **options: A :class:.WritingContext is created based on these. More...
 
def write (self, datafile)
 Writes given datafile using **options. More...
 

Private Attributes

 _options
 

Detailed Description

Object to write parsed test data file objects back to disk.

Definition at line 25 of file datafilewriter.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.writer.datafilewriter.DataFileWriter.__init__ (   self,
**  options 
)

:param **options: A :class:.WritingContext is created based on these.

Definition at line 30 of file datafilewriter.py.

Member Function Documentation

◆ write()

def robotide.lib.robot.writer.datafilewriter.DataFileWriter.write (   self,
  datafile 
)

Writes given datafile using **options.

    :param datafile: The parsed test data object to be written
    :type datafile: :py:class:`~robot.parsing.model.TestCaseFile`,
        :py:class:`~robot.parsing.model.ResourceFile`,
        :py:class:`~robot.parsing.model.TestDataDirectory`

Definition at line 40 of file datafilewriter.py.

Member Data Documentation

◆ _options

robotide.lib.robot.writer.datafilewriter.DataFileWriter._options
private

Definition at line 31 of file datafilewriter.py.


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