Robot Framework
robot.running.libraryscopes.GlobalScope Class Reference
Inheritance diagram for robot.running.libraryscopes.GlobalScope:
robot.running.libraryscopes.TestSuiteScope robot.running.libraryscopes.TestCaseScope

Public Member Functions

def __init__ (self, library)
 
def __str__ (self)
 
def end_suite (self)
 
def end_test (self)
 
def start_suite (self)
 
def start_test (self)
 

Static Public Attributes

bool is_global = True
 

Private Attributes

 _register_listeners
 
 _unregister_listeners
 

Detailed Description

Definition at line 37 of file libraryscopes.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented in robot.running.libraryscopes.TestSuiteScope.

Definition at line 40 of file libraryscopes.py.

Member Function Documentation

◆ __str__()

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

◆ end_suite()

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

Reimplemented in robot.running.libraryscopes.TestSuiteScope.

Definition at line 47 of file libraryscopes.py.

◆ end_test()

def robot.running.libraryscopes.GlobalScope.end_test (   self)

Reimplemented in robot.running.libraryscopes.TestCaseScope.

Definition at line 53 of file libraryscopes.py.

◆ start_suite()

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

Reimplemented in robot.running.libraryscopes.TestSuiteScope.

Definition at line 44 of file libraryscopes.py.

◆ start_test()

def robot.running.libraryscopes.GlobalScope.start_test (   self)

Reimplemented in robot.running.libraryscopes.TestCaseScope.

Definition at line 50 of file libraryscopes.py.

Member Data Documentation

◆ _register_listeners

robot.running.libraryscopes.GlobalScope._register_listeners
private

Definition at line 41 of file libraryscopes.py.

◆ _unregister_listeners

robot.running.libraryscopes.GlobalScope._unregister_listeners
private

Definition at line 42 of file libraryscopes.py.

◆ is_global

bool robot.running.libraryscopes.GlobalScope.is_global = True
static

Definition at line 38 of file libraryscopes.py.


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