Documentation ¶
Index ¶
- Variables
- func Err(err error, t *testing.T, msgs ...string)
- func False(v bool, t *testing.T, msgs ...string)
- func NewTestDatastore(testErrors bool) *testDatastore
- func Nil(err error, t *testing.T, msgs ...string)
- func RunBatchDeleteTest(t *testing.T, ds dstore.Batching)
- func RunBatchTest(t *testing.T, ds dstore.Batching)
- func SubtestBasicPutGet(t *testing.T, ds dstore.Datastore)
- func SubtestManyKeysAndQuery(t *testing.T, ds dstore.Datastore)
- func SubtestNotFounds(t *testing.T, ds dstore.Datastore)
- func True(v bool, t *testing.T, msgs ...string)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
TestError = errors.New("test error")
)
Functions ¶
func NewTestDatastore ¶ added in v1.4.0
func NewTestDatastore(testErrors bool) *testDatastore
func SubtestBasicPutGet ¶ added in v1.2.1
func SubtestManyKeysAndQuery ¶ added in v1.2.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.