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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 82 of file libraryscopes.py.

Member Function Documentation

◆ __str__()

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

Reimplemented from robot.running.libraryscopes.TestSuiteScope.

Definition at line 96 of file libraryscopes.py.

◆ end_test()

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

Reimplemented from robot.running.libraryscopes.GlobalScope.

Definition at line 90 of file libraryscopes.py.

◆ start_test()

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

Reimplemented from robot.running.libraryscopes.GlobalScope.

Definition at line 84 of file libraryscopes.py.


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