Robot Framework Integrated Development Environment (RIDE)
robotide.editor.editordialogs.SuiteSetupDialog Class Reference
Inheritance diagram for robotide.editor.editordialogs.SuiteSetupDialog:
robotide.editor.editordialogs._FixtureDialog robotide.editor.editordialogs._SettingDialog robotide.editor.editordialogs._Dialog

Static Public Attributes

string tooltip = "Suite Setup is run before any tests"
 

Private Member Functions

def _execute (self)
 

Additional Inherited Members

- Public Member Functions inherited from robotide.editor.editordialogs._Dialog
def __init__ (self, controller, item=None, plugin=None)
 
def get_comment (self)
 
def get_value (self)
 
def setFocusToOK (self)
 
- Public Attributes inherited from robotide.editor.editordialogs._Dialog
 plugin
 
- Properties inherited from robotide.editor.editordialogs._Dialog
 _title
 

Detailed Description

Definition at line 253 of file editordialogs.py.

Member Function Documentation

◆ _execute()

def robotide.editor.editordialogs.SuiteSetupDialog._execute (   self)
private

Reimplemented from robotide.editor.editordialogs._FixtureDialog.

Definition at line 256 of file editordialogs.py.

Member Data Documentation

◆ tooltip

string robotide.editor.editordialogs.SuiteSetupDialog.tooltip = "Suite Setup is run before any tests"
static

Definition at line 254 of file editordialogs.py.


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