摘要: Name:Set To DictionarySource:Collections <test library>Arguments:[ dictionary | *key_value_pairs ]Adds the given `key_value_pairs` to the `dictionary` 阅读全文
posted @ 2017-06-18 23:57 垄上行 阅读(2701) 评论(0) 推荐(0) 编辑
摘要: Name:Remove From DictionarySource:Collections <test library>Arguments:[ dictionary | *keys ]Removes the given `keys` from the `dictionary`. If the giv 阅读全文
posted @ 2017-06-18 23:54 垄上行 阅读(565) 评论(0) 推荐(0) 编辑
摘要: Name:Get From DictionarySource:Collections <test library>Arguments:[ dictionary | key ]Returns a value from the given `dictionary` based on the given 阅读全文
posted @ 2017-06-18 23:49 垄上行 阅读(4787) 评论(0) 推荐(1) 编辑
摘要: Name:Get Dictionary ValuesSource:Collections <test library>Arguments:[ dictionary ]Returns values of the given dictionary. Values are returned sorted 阅读全文
posted @ 2017-06-18 23:47 垄上行 阅读(828) 评论(0) 推荐(0) 编辑
摘要: Name:Get Dictionary KeysSource:Collections <test library>Arguments:[ dictionary ]Returns `keys` of the given `dictionary`. `Keys` are returned in sort 阅读全文
posted @ 2017-06-18 23:45 垄上行 阅读(1011) 评论(0) 推荐(0) 编辑
摘要: Name:Get Dictionary ItemsSource:Collections <test library>Arguments:[ dictionary ]Returns items of the given `dictionary`. Items are returned sorted b 阅读全文
posted @ 2017-06-18 23:43 垄上行 阅读(1185) 评论(0) 推荐(0) 编辑
摘要: Name:Dictionary Should Not Contain ValueSource:Collections <test library>Arguments:[ dictionary | value | msg=None ]Fails if `value` is found from `di 阅读全文
posted @ 2017-06-18 23:40 垄上行 阅读(367) 评论(0) 推荐(0) 编辑
摘要: Name:Dictionary Should Not Contain KeySource:Collections <test library>Arguments:[ dictionary | key | msg=None ]Fails if `key` is found from `dictiona 阅读全文
posted @ 2017-06-18 23:36 垄上行 阅读(776) 评论(0) 推荐(0) 编辑
摘要: Name:Dictionary Should Contain ValueSource:Collections <test library>Arguments:[ dictionary | value | msg=None ]Fails if `value` is not found from `di 阅读全文
posted @ 2017-06-18 23:31 垄上行 阅读(1618) 评论(0) 推荐(0) 编辑
摘要: Name:Dictionary Should Contain Sub DictionarySource:Collections <test library>Arguments:[ dict1 | dict2 | msg=None | values=True ]Fails unless all ite 阅读全文
posted @ 2017-06-18 23:25 垄上行 阅读(477) 评论(0) 推荐(0) 编辑
摘要: Name:Dictionary Should Contain KeySource:Collections <test library>Arguments:[ dictionary | key | msg=None ]Fails if `key` is not found from `dictiona 阅读全文
posted @ 2017-06-18 23:11 垄上行 阅读(823) 评论(0) 推荐(0) 编辑
摘要: Name:Dictionaries Should Be EqualSource:Collections <test library>Arguments:[ dict1 | dict2 | msg=None | values=True ]Fails if the given dictionaries 阅读全文
posted @ 2017-06-18 22:59 垄上行 阅读(667) 评论(0) 推荐(0) 编辑