Versions in this module Expand all Collapse all v0 v0.0.4 Mar 21, 2021 v0.0.3 Mar 20, 2021 Changes in this version + func RunTestsuite(t *testing.T, impl store.Store, suite Testsuite) + func TestFilterLIST(t *testing.T, s store.Store) + func TestNilStore(t *testing.T, s store.Store) + func TestSimpleCRUD(t *testing.T, s store.Store) + func TestSortCreatedAscLIST(t *testing.T, s store.Store) + func TestSortCreatedDscLIST(t *testing.T, s store.Store) + func TestSortNaturalLIST(t *testing.T, s store.Store) + func TestSortUpdatedAscLIST(t *testing.T, s store.Store) + func TestSortUpdatedDscLIST(t *testing.T, s store.Store) + type Testsuite int + const Advanced + const Basic