摘要:
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
垄上行
阅读(4843)
评论(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
垄上行
阅读(836)
评论(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
垄上行
阅读(1037)
评论(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
垄上行
阅读(1194)
评论(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
垄上行
阅读(375)
评论(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
垄上行
阅读(784)
评论(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
垄上行
阅读(1627)
评论(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
垄上行
阅读(486)
评论(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
垄上行
阅读(835)
评论(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
垄上行
阅读(674)
评论(0)
推荐(0)