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
必須