Robot Framework
robot.running.bodyrunner.WhileRunner Class Reference

Public Member Functions

def __init__ (self, context, run=True, templated=False)
 
def run (self, data)
 

Private Member Functions

def _run_iteration (self, data, result, run=True)
 
def _should_run (self, condition, variables)
 

Private Attributes

 _context
 
 _run
 
 _templated
 

Detailed Description

Definition at line 334 of file bodyrunner.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.bodyrunner.WhileRunner.__init__ (   self,
  context,
  run = True,
  templated = False 
)

Definition at line 336 of file bodyrunner.py.

Member Function Documentation

◆ _run_iteration()

def robot.running.bodyrunner.WhileRunner._run_iteration (   self,
  data,
  result,
  run = True 
)
private

Definition at line 384 of file bodyrunner.py.

◆ _should_run()

def robot.running.bodyrunner.WhileRunner._should_run (   self,
  condition,
  variables 
)
private

Definition at line 389 of file bodyrunner.py.

◆ run()

def robot.running.bodyrunner.WhileRunner.run (   self,
  data 
)

Definition at line 341 of file bodyrunner.py.

Member Data Documentation

◆ _context

robot.running.bodyrunner.WhileRunner._context
private

Definition at line 337 of file bodyrunner.py.

◆ _run

robot.running.bodyrunner.WhileRunner._run
private

Definition at line 338 of file bodyrunner.py.

◆ _templated

robot.running.bodyrunner.WhileRunner._templated
private

Definition at line 339 of file bodyrunner.py.


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