zl程序教程

您现在的位置是:首页 >  其他

当前栏目

【RF库Collections测试】Remove Duplicates

测试 remove RF collections Duplicates
2023-09-14 08:59:26 时间

Name:
Remove Duplicates
Source:
Collections <test library>
Arguments:
[ list_ ]
Returns a list without duplicates based on the given `list`.
Creates and returns a new list that contains all items in the given list so that one item can appear only once. Order of the items in the new list is the same as in the original except for missing duplicates. Number of the removed duplicates is logged.
New in Robot Framework 2.7.5.