Documentation ¶
Index ¶
- func TestCreateEntity(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestCreateFeature(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestCreateFeatureWithInvalidDataType(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestCreateFeatureWithSQLKeywrod(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestCreateFeatureWithSameName(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestCreateGroup(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestCreateRevision(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestGetEntity(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestGetFeature(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestGetGroup(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestGetRevision(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestGetRevisionBy(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestListEntity(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestListFeature(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestListGroup(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestListRevision(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestUpdateEntity(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestUpdateFeature(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestUpdateGroup(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- func TestUpdateRevision(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
- type PrepareStoreRuntimeFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestCreateEntity ¶
func TestCreateEntity(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestCreateFeature ¶
func TestCreateFeature(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestCreateFeatureWithInvalidDataType ¶
func TestCreateFeatureWithInvalidDataType(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestCreateFeatureWithSQLKeywrod ¶
func TestCreateFeatureWithSQLKeywrod(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestCreateFeatureWithSameName ¶
func TestCreateFeatureWithSameName(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestCreateGroup ¶ added in v0.0.3
func TestCreateGroup(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestCreateRevision ¶
func TestCreateRevision(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestGetEntity ¶
func TestGetEntity(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestGetFeature ¶
func TestGetFeature(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestGetGroup ¶ added in v0.0.3
func TestGetGroup(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestGetRevision ¶
func TestGetRevision(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestGetRevisionBy ¶
func TestGetRevisionBy(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestListEntity ¶
func TestListEntity(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestListFeature ¶
func TestListFeature(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestListGroup ¶ added in v0.0.3
func TestListGroup(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestListRevision ¶
func TestListRevision(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestUpdateEntity ¶
func TestUpdateEntity(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestUpdateFeature ¶
func TestUpdateFeature(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestUpdateGroup ¶ added in v0.0.3
func TestUpdateGroup(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
func TestUpdateRevision ¶
func TestUpdateRevision(t *testing.T, prepareStore PrepareStoreRuntimeFunc)
Types ¶
Click to show internal directories.
Click to hide internal directories.