Robot Framework
robot.running.bodyrunner.WhileLimit Class Reference
Inheritance diagram for robot.running.bodyrunner.WhileLimit:
robot.running.bodyrunner.DurationLimit robot.running.bodyrunner.IterationCountLimit robot.running.bodyrunner.NoLimit

Public Member Functions

def __enter__ (self)
 
def __exit__ (self, exc_type, exc_val, exc_tb)
 
def create (cls, limit, variables)
 
def limit_exceeded (self)
 

Detailed Description

Definition at line 599 of file bodyrunner.py.

Member Function Documentation

◆ __enter__()

def robot.running.bodyrunner.WhileLimit.__enter__ (   self)

◆ __exit__()

def robot.running.bodyrunner.WhileLimit.__exit__ (   self,
  exc_type,
  exc_val,
  exc_tb 
)

Definition at line 632 of file bodyrunner.py.

◆ create()

def robot.running.bodyrunner.WhileLimit.create (   cls,
  limit,
  variables 
)

Definition at line 602 of file bodyrunner.py.

◆ limit_exceeded()

def robot.running.bodyrunner.WhileLimit.limit_exceeded (   self)

Definition at line 624 of file bodyrunner.py.


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