Robot Framework
robot.run.RobotFramework Class Reference
Inheritance diagram for robot.run.RobotFramework:
robot.rebot.Rebot

Public Member Functions

def __init__ (self)
 
def main (self, datasources, **options)
 
def validate (self, options, arguments)
 

Private Member Functions

def _filter_options_without_value (self, options)
 

Detailed Description

Definition at line 417 of file run.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.run.RobotFramework.__init__ (   self)

Reimplemented in robot.rebot.Rebot.

Definition at line 419 of file run.py.

Member Function Documentation

◆ _filter_options_without_value()

def robot.run.RobotFramework._filter_options_without_value (   self,
  options 
)
private

Definition at line 466 of file run.py.

◆ main()

def robot.run.RobotFramework.main (   self,
  datasources,
**  options 
)

Reimplemented in robot.rebot.Rebot.

Definition at line 423 of file run.py.

◆ validate()

def robot.run.RobotFramework.validate (   self,
  options,
  arguments 
)

Definition at line 463 of file run.py.


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