OTX Reference  
OpenTestSystem.Otx.Core.Actions.ListAppendItems Class Reference

Append list items More...

Inheritance diagram for OpenTestSystem.Otx.Core.Actions.ListAppendItems:
Inheritance graph

Public Attributes

Term[] item
 Describes one or more elements for the List operation. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ListModifier
ListVariable list
 Describes the reference to a List. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Append list items

The ListAppendItems activity appends one or more items (Item) to the end of a (List). No list item changes its position.

Checker rules
CheckerRule.Core_Chk032 - type-safe ListAppendItems

Syntax
ListAppendItems(ListVariable, {Item1, Item2, Item3, ...});
Examples
// Local Declarations
List<Integer> List1 = {3};
// Flow
ListAppendItems(List1, {1, 2, 3});

Member Data Documentation

◆ item

Term [] OpenTestSystem.Otx.Core.Actions.ListAppendItems.item

Describes one or more elements for the List operation.