# Functions
AssertConnectionInfoRoundTrips verifies that the ConnectionInfo returned by a given storage can be used to create equivalent storage.
AssertGetBlock asserts that the specified storage block has correct content.
AssertGetBlockNotFound asserts that GetBlock() for specified storage block returns ErrBlockNotFound.
AssertInvalidOffsetLength verifies that the given combination of (offset,length) fails on GetBlock().
AssertListResults asserts that the list results with given prefix return the specified list of names in order.
NewMapStorage returns an implementation of Storage backed by the contents of given map.
VerifyStorage verifies the behavior of the specified storage.
# Structs
Fault describes the behavior of a single fault.
FaultyStorage implements fault injection for Storage.