Robot Framework
robot.api.exceptions.SkipExecution Class Reference

Mark the executed test or task skipped. More...

Inheritance diagram for robot.api.exceptions.SkipExecution:
Exception

Public Member Functions

def __init__ (self, message, html=False)
 :param message: Exception message. More...
 

Static Public Attributes

bool ROBOT_SKIP_EXECUTION = True
 
bool ROBOT_SUPPRESS_NAME = True
 

Detailed Description

Mark the executed test or task skipped.

Definition at line 75 of file exceptions.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.api.exceptions.SkipExecution.__init__ (   self,
  message,
  html = False 
)

:param message: Exception message.

:param html: When True, message is considered to be HTML and not escaped.

Definition at line 83 of file exceptions.py.

Member Data Documentation

◆ ROBOT_SKIP_EXECUTION

bool robot.api.exceptions.SkipExecution.ROBOT_SKIP_EXECUTION = True
static

Definition at line 76 of file exceptions.py.

◆ ROBOT_SUPPRESS_NAME

bool robot.api.exceptions.SkipExecution.ROBOT_SUPPRESS_NAME = True
static

Definition at line 77 of file exceptions.py.


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