Name:List Should Contain ValueSource:Collections <test library>Arguments:[ list_ | value | msg=None ]Fails if the `value` is not found from ...
Name:Dictionary Should Contain ValueSource:Collections lt test library gt Arguments: dictionary value msg None Fails if value is not found from dictionary . See List Should Contain Value for an explan ...
2017-06-18 23:31 0 1261 推荐指数:
Name:List Should Contain ValueSource:Collections <test library>Arguments:[ list_ | value | msg=None ]Fails if the `value` is not found from ...
Name:Get From DictionarySource:Collections <test library>Arguments:[ dictionary | key ]Returns a value from the given `dictionary` based ...
Name:Set To DictionarySource:Collections <test library>Arguments:[ dictionary | *key_value_pairs ]Adds the given `key_value ...
Name:Create DictionarySource:Collections <test library>Arguments:[ *key_value_pairs ] ...
Name:Get From ListSource:Collections <test library>Arguments:[ list_ | index ]Returns the value specified with an `index` from `list ...
Arguments:[ list_ | *values ]Adds `values` to the end of `list`. ...
1.下载 DatabaseLibrary 库 pip install robotframework-databaselibrary 2.下载 pymysql 库(作为中间件) pip install pymysql 3.工程中导入 DatabaseLibrary 库 ...
should be true 是否等于;判断是否should contain 是否包含 a是否包含b ...