Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.running.libraryscopes.TestSuiteScope Class Reference
Inheritance diagram for robotide.lib.robot.running.libraryscopes.TestSuiteScope:
robotide.lib.robot.running.libraryscopes.GlobalScope robotide.lib.robot.running.libraryscopes.TestCaseScope

Public Member Functions

def __init__ (self, library)
 
def __str__ (self)
 
def end_suite (self)
 
def start_suite (self)
 
- Public Member Functions inherited from robotide.lib.robot.running.libraryscopes.GlobalScope
def end_test (self)
 
def start_test (self)
 

Static Public Attributes

bool is_global = False
 
- Static Public Attributes inherited from robotide.lib.robot.running.libraryscopes.GlobalScope
bool is_global = True
 

Properties

 is_global = property
 

Private Member Functions

def is_global (self)
 

Private Attributes

 _instance_cache
 
 _reset_instance
 

Detailed Description

Definition at line 60 of file libraryscopes.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.running.libraryscopes.TestSuiteScope.__init__ (   self,
  library 
)

Reimplemented from robotide.lib.robot.running.libraryscopes.GlobalScope.

Definition at line 63 of file libraryscopes.py.

Member Function Documentation

◆ __str__()

def robotide.lib.robot.running.libraryscopes.TestSuiteScope.__str__ (   self)

◆ end_suite()

def robotide.lib.robot.running.libraryscopes.TestSuiteScope.end_suite (   self)

Reimplemented from robotide.lib.robot.running.libraryscopes.GlobalScope.

Definition at line 79 of file libraryscopes.py.

◆ is_global()

def robotide.lib.robot.running.libraryscopes.TestSuiteScope.is_global (   self)
private

Definition at line 71 of file libraryscopes.py.

◆ start_suite()

def robotide.lib.robot.running.libraryscopes.TestSuiteScope.start_suite (   self)

Reimplemented from robotide.lib.robot.running.libraryscopes.GlobalScope.

Definition at line 74 of file libraryscopes.py.

Member Data Documentation

◆ _instance_cache

robotide.lib.robot.running.libraryscopes.TestSuiteScope._instance_cache
private

Definition at line 66 of file libraryscopes.py.

◆ _reset_instance

robotide.lib.robot.running.libraryscopes.TestSuiteScope._reset_instance
private

Definition at line 65 of file libraryscopes.py.

◆ is_global

bool robotide.lib.robot.running.libraryscopes.TestSuiteScope.is_global = False
static

Definition at line 61 of file libraryscopes.py.

Property Documentation

◆ is_global

robotide.lib.robot.running.libraryscopes.TestSuiteScope.is_global = property
static

Definition at line 69 of file libraryscopes.py.


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