Documentation ¶
Index ¶
- func NewObject(sz uint64) *objectSDK.Object
- func TestAll(t *testing.T, cons Constructor, minSize, maxSize uint64)
- func TestControl(t *testing.T, cons Constructor, minSize, maxSize uint64)
- func TestDelete(t *testing.T, cons Constructor, minSize, maxSize uint64)
- func TestExists(t *testing.T, cons Constructor, minSize, maxSize uint64)
- func TestGet(t *testing.T, cons Constructor, minSize, maxSize uint64)
- func TestGetRange(t *testing.T, cons Constructor, minSize, maxSize uint64)
- func TestInfo(t *testing.T, cons Constructor, expectedType string, expectedPath string)
- func TestIterate(t *testing.T, cons Constructor, minSize, maxSize uint64)
- type Constructor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestControl ¶
func TestControl(t *testing.T, cons Constructor, minSize, maxSize uint64)
TestControl checks correctness of a read-only mode. cons must return a storage which is NOT opened.
func TestDelete ¶
func TestDelete(t *testing.T, cons Constructor, minSize, maxSize uint64)
func TestExists ¶
func TestExists(t *testing.T, cons Constructor, minSize, maxSize uint64)
func TestGetRange ¶
func TestGetRange(t *testing.T, cons Constructor, minSize, maxSize uint64)
func TestInfo ¶
func TestInfo(t *testing.T, cons Constructor, expectedType string, expectedPath string)
func TestIterate ¶
func TestIterate(t *testing.T, cons Constructor, minSize, maxSize uint64)
Types ¶
Click to show internal directories.
Click to hide internal directories.