StorageBaseTests 类

构造函数

StorageBaseTests()

方法

create_object
delete_object
delete_unknown_object
does_not_raise_when_writing_no_items
handle_crazy_keys
handle_null_keys_when_reading
handle_null_keys_when_writing
perform_batch_operations
proceeds_through_waterfall
return_empty_object_when_reading_unknown_key
update_object

create_object

async static create_object(storage) -> bool

参数

名称 说明
storage
必需

delete_object

async static delete_object(storage) -> bool

参数

名称 说明
storage
必需

delete_unknown_object

async static delete_unknown_object(storage) -> bool

参数

名称 说明
storage
必需

does_not_raise_when_writing_no_items

async static does_not_raise_when_writing_no_items(storage) -> bool

参数

名称 说明
storage
必需

handle_crazy_keys

async static handle_crazy_keys(storage) -> bool

参数

名称 说明
storage
必需

handle_null_keys_when_reading

async static handle_null_keys_when_reading(storage) -> bool

参数

名称 说明
storage
必需

handle_null_keys_when_writing

async static handle_null_keys_when_writing(storage) -> bool

参数

名称 说明
storage
必需

perform_batch_operations

async static perform_batch_operations(storage) -> bool

参数

名称 说明
storage
必需

proceeds_through_waterfall

async static proceeds_through_waterfall(storage) -> bool

参数

名称 说明
storage
必需

return_empty_object_when_reading_unknown_key

async static return_empty_object_when_reading_unknown_key(storage) -> bool

参数

名称 说明
storage
必需

update_object

async static update_object(storage) -> bool

参数

名称 说明
storage
必需