Versions in this module Expand all Collapse all v1 v1.0.0 May 16, 2019 Changes in this version + func Run(datastoreInit kvdb.DatastoreInit, t *testing.T, start StartKvdb, stop StopKvdb) + func RunAuth(datastoreInit kvdb.DatastoreInit, t *testing.T) + func RunBasic(datastoreInit kvdb.DatastoreInit, t *testing.T, start StartKvdb, stop StopKvdb) + func RunControllerTests(datastoreInit kvdb.DatastoreInit, t *testing.T) + func RunLock(datastoreInit kvdb.DatastoreInit, t *testing.T, start StartKvdb, stop StopKvdb) + func RunWatch(datastoreInit kvdb.DatastoreInit, t *testing.T, start StartKvdb, stop StopKvdb) + type StartKvdb func(bool) error + type StopKvdb func() error