Definition at line 22 of file criticality.py.
◆ __init__()
| def robotide.lib.robot.model.criticality.Criticality.__init__ |
( |
|
self, |
|
|
|
critical_tags = None, |
|
|
|
non_critical_tags = None |
|
) |
| |
◆ __nonzero__()
| def robotide.lib.robot.model.criticality.Criticality.__nonzero__ |
( |
|
self | ) |
|
◆ _get_tag_patterns()
| def robotide.lib.robot.model.criticality.Criticality._get_tag_patterns |
( |
|
self, |
|
|
|
tags |
|
) |
| |
|
private |
◆ tag_is_critical()
| def robotide.lib.robot.model.criticality.Criticality.tag_is_critical |
( |
|
self, |
|
|
|
tag |
|
) |
| |
◆ tag_is_non_critical()
| def robotide.lib.robot.model.criticality.Criticality.tag_is_non_critical |
( |
|
self, |
|
|
|
tag |
|
) |
| |
◆ test_is_critical()
| def robotide.lib.robot.model.criticality.Criticality.test_is_critical |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ critical_tags
| robotide.lib.robot.model.criticality.Criticality.critical_tags |
◆ non_critical_tags
| robotide.lib.robot.model.criticality.Criticality.non_critical_tags |
The documentation for this class was generated from the following file: