Robot Framework Integrated Development Environment (RIDE)
robotide.publish.messages.RideTestStopped Class Reference

Sent whenever RIDE was executing a test case, and it was stopped or aborted. More...

Inheritance diagram for robotide.publish.messages.RideTestStopped:
robotide.publish.messages.RideMessage

Static Public Attributes

list data = ['item']
 
- Static Public Attributes inherited from robotide.publish.messages.RideMessage
list data = []
 

Additional Inherited Members

- Public Member Functions inherited from robotide.publish.messages.RideMessage
def __init__ (self, **kwargs)
 Initializes message based on given keyword arguments. More...
 
def publish (self)
 Publishes the message. More...
 
def topic (cls)
 

Detailed Description

Sent whenever RIDE was executing a test case, and it was stopped or aborted.

Definition at line 227 of file messages.py.

Member Data Documentation

◆ data

list robotide.publish.messages.RideTestStopped.data = ['item']
static

Definition at line 228 of file messages.py.


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