Public Member Functions | |
| def | __init__ (self, variables=(), flavor='IN', values=(), status='FAIL', starttime=None, endtime=None, doc='', parent=None) |
| def | body (self, iterations) |
Public Member Functions inherited from robot.model.control.For | |
| def | __init__ (self, variables=(), flavor='IN', values=(), parent=None) |
| def | __str__ (self) |
| def | visit (self, visitor) |
Public Member Functions inherited from robot.model.modelobject.ModelObject | |
| def | __repr__ (self) |
| def | config (self, **attributes) |
| Configure model object with given attributes. More... | |
| def | copy (self, **attributes) |
| Return shallow copy of this object. More... | |
| def | deepcopy (self, **attributes) |
| Return deep copy of this object. More... | |
Public Attributes | |
| doc | |
| endtime | |
| starttime | |
| status | |
Public Attributes inherited from robot.model.control.For | |
| body | |
| flavor | |
| parent | |
| values | |
| variables | |
Public Attributes inherited from robot.result.model.StatusMixin | |
| status | |
Static Public Attributes | |
| iteration_class = ForIteration | |
| iterations_class = Iterations | |
Static Public Attributes inherited from robot.model.control.For | |
| body_class = Body | |
| tuple | repr_args = ('variables', 'flavor', 'values') |
| type = BodyItem.FOR | |
Static Public Attributes inherited from robot.model.body.BodyItem | |
| string | BREAK = 'BREAK' |
| string | CONTINUE = 'CONTINUE' |
| string | ELSE = 'ELSE' |
| string | ELSE_IF = 'ELSE IF' |
| string | EXCEPT = 'EXCEPT' |
| string | FINALLY = 'FINALLY' |
| string | FOR = 'FOR' |
| string | IF = 'IF' |
| string | IF_ELSE_ROOT = 'IF/ELSE ROOT' |
| string | ITERATION = 'ITERATION' |
| string | KEYWORD = 'KEYWORD' |
| string | MESSAGE = 'MESSAGE' |
| string | RETURN = 'RETURN' |
| string | SETUP = 'SETUP' |
| string | TEARDOWN = 'TEARDOWN' |
| string | TRY = 'TRY' |
| string | TRY_EXCEPT_ROOT = 'TRY/EXCEPT ROOT' |
| type = None | |
| string | WHILE = 'WHILE' |
Static Public Attributes inherited from robot.model.modelobject.ModelObject | |
| tuple | repr_args = () |
Static Public Attributes inherited from robot.result.model.StatusMixin | |
| string | FAIL = 'FAIL' |
| string | NOT_RUN = 'NOT RUN' |
| string | NOT_SET = 'NOT SET' |
| string | PASS = 'PASS' |
| string | SKIP = 'SKIP' |
Properties | |
| name = property | |
Properties inherited from robot.model.control.For | |
| keywords = property | |
| Deprecated since Robot Framework 4.0. More... | |
Properties inherited from robot.model.body.BodyItem | |
| has_setup = property | |
| has_teardown = property | |
| id = property | |
Item id in format like s1-t3-k1. More... | |
Properties inherited from robot.result.model.StatusMixin | |
| elapsedtime = property | |
| Total execution time in milliseconds. More... | |
| failed = property | |
True when :attr:status is 'FAIL', False otherwise. More... | |
| not_run = property | |
True when :attr:status is 'NOT RUN', False otherwise. More... | |
| passed = property | |
True when :attr:status is 'PASS', False otherwise. More... | |
| skipped = property | |
True when :attr:status is 'SKIP', False otherwise. More... | |
Properties inherited from robot.result.modeldeprecation.DeprecatedAttributesMixin | |
| args = property | |
| assign = property | |
| kwname = property | |
| libname = property | |
| message = property | |
| name = property | |
| tags = property | |
| timeout = property | |
Private Member Functions | |
| def | name (self) |
Static Private Attributes | |
| list | __slots__ = ['status', 'starttime', 'endtime', 'doc'] |
| def robot.result.model.For.__init__ | ( | self, | |
variables = (), |
|||
flavor = 'IN', |
|||
values = (), |
|||
status = 'FAIL', |
|||
starttime = None, |
|||
endtime = None, |
|||
doc = '', |
|||
parent = None |
|||
| ) |
| def robot.result.model.For.body | ( | self, | |
| iterations | |||
| ) |
Reimplemented from robot.model.control.For.
|
private |
Reimplemented from robot.result.modeldeprecation.DeprecatedAttributesMixin.
|
static |
|
static |