Robot Framework
robot.running.libraryscopes.TestSuiteScope Class Reference
Inheritance diagram for robot.running.libraryscopes.TestSuiteScope:
robot.running.libraryscopes.GlobalScope 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 robot.running.libraryscopes.GlobalScope
def end_test (self)
 
def start_test (self)
 

Static Public Attributes

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

Private Attributes

 _instance_cache
 
 _reset_instance
 

Detailed Description

Definition at line 60 of file libraryscopes.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from robot.running.libraryscopes.GlobalScope.

Definition at line 63 of file libraryscopes.py.

Member Function Documentation

◆ __str__()

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

Reimplemented from robot.running.libraryscopes.GlobalScope.

Reimplemented in robot.running.libraryscopes.TestCaseScope.

Definition at line 78 of file libraryscopes.py.

◆ end_suite()

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

Reimplemented from robot.running.libraryscopes.GlobalScope.

Definition at line 73 of file libraryscopes.py.

◆ start_suite()

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

Reimplemented from robot.running.libraryscopes.GlobalScope.

Definition at line 68 of file libraryscopes.py.

Member Data Documentation

◆ _instance_cache

robot.running.libraryscopes.TestSuiteScope._instance_cache
private

Definition at line 66 of file libraryscopes.py.

◆ _reset_instance

robot.running.libraryscopes.TestSuiteScope._reset_instance
private

Definition at line 65 of file libraryscopes.py.

◆ is_global

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

Definition at line 61 of file libraryscopes.py.


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