tests

package
v3.0.1+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteDeployment

func DeleteDeployment(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteNoRangeThingWithCompositeAttributes

func DeleteNoRangeThingWithCompositeAttributes(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteSimpleThing

func DeleteSimpleThing(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteTeacherSharingRule added in v1.12.0

func DeleteTeacherSharingRule(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteThing

func DeleteThing(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteThingWithCompositeAttributes added in v1.12.0

func DeleteThingWithCompositeAttributes(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteThingWithCompositeEnumAttributes added in v1.14.0

func DeleteThingWithCompositeEnumAttributes(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteThingWithDateRange

func DeleteThingWithDateRange(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteThingWithDateTimeComposite added in v1.14.1

func DeleteThingWithDateTimeComposite(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteThingWithMatchingKeys

func DeleteThingWithMatchingKeys(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteThingWithRequiredFields added in v1.13.0

func DeleteThingWithRequiredFields(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteThingWithRequiredFields2

func DeleteThingWithRequiredFields2(s db.Interface, t *testing.T) func(t *testing.T)

func DeleteThingWithUnderscores added in v1.7.1

func DeleteThingWithUnderscores(s db.Interface, t *testing.T) func(t *testing.T)

func GetDeployment

func GetDeployment(s db.Interface, t *testing.T) func(t *testing.T)

func GetDeploymentByVersion

func GetDeploymentByVersion(s db.Interface, t *testing.T) func(t *testing.T)

func GetDeploymentsByEnvAppAndDate

func GetDeploymentsByEnvAppAndDate(d db.Interface, t *testing.T) func(t *testing.T)

func GetDeploymentsByEnvAppAndVersion

func GetDeploymentsByEnvAppAndVersion(d db.Interface, t *testing.T) func(t *testing.T)

func GetDeploymentsByEnvironmentAndDate

func GetDeploymentsByEnvironmentAndDate(d db.Interface, t *testing.T) func(t *testing.T)

func GetNoRangeThingWithCompositeAttributes

func GetNoRangeThingWithCompositeAttributes(s db.Interface, t *testing.T) func(t *testing.T)

func GetNoRangeThingWithCompositeAttributessByNameVersionAndDate

func GetNoRangeThingWithCompositeAttributessByNameVersionAndDate(d db.Interface, t *testing.T) func(t *testing.T)

func GetSimpleThing

func GetSimpleThing(s db.Interface, t *testing.T) func(t *testing.T)

func GetTeacherSharingRule added in v1.12.0

func GetTeacherSharingRule(s db.Interface, t *testing.T) func(t *testing.T)

func GetTeacherSharingRulesByDistrictAndSchoolTeacherApp added in v1.12.0

func GetTeacherSharingRulesByDistrictAndSchoolTeacherApp(d db.Interface, t *testing.T) func(t *testing.T)

func GetTeacherSharingRulesByTeacherAndSchoolApp added in v1.12.0

func GetTeacherSharingRulesByTeacherAndSchoolApp(d db.Interface, t *testing.T) func(t *testing.T)

func GetThing

func GetThing(s db.Interface, t *testing.T) func(t *testing.T)

func GetThingByID added in v1.8.0

func GetThingByID(s db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithCompositeAttributes added in v1.12.0

func GetThingWithCompositeAttributes(s db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithCompositeAttributessByNameBranchAndDate added in v1.12.0

func GetThingWithCompositeAttributessByNameBranchAndDate(d db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithCompositeAttributessByNameVersionAndDate added in v1.12.0

func GetThingWithCompositeAttributessByNameVersionAndDate(d db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithCompositeEnumAttributes added in v1.14.0

func GetThingWithCompositeEnumAttributes(s db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithCompositeEnumAttributessByNameBranchAndDate added in v1.14.0

func GetThingWithCompositeEnumAttributessByNameBranchAndDate(d db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithDateRange

func GetThingWithDateRange(s db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithDateRangesByNameAndDate added in v1.8.0

func GetThingWithDateRangesByNameAndDate(d db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithDateTimeComposite added in v1.14.1

func GetThingWithDateTimeComposite(s db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithDateTimeCompositesByTypeIDAndCreatedResource added in v1.14.1

func GetThingWithDateTimeCompositesByTypeIDAndCreatedResource(d db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithMatchingKeys

func GetThingWithMatchingKeys(s db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear

func GetThingWithMatchingKeyssByAssocTypeIDAndCreatedBear(d db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithMatchingKeyssByBearAndAssocTypeID

func GetThingWithMatchingKeyssByBearAndAssocTypeID(d db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithRequiredFields added in v1.13.0

func GetThingWithRequiredFields(s db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithRequiredFields2

func GetThingWithRequiredFields2(s db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithRequiredFields2sByNameAndID

func GetThingWithRequiredFields2sByNameAndID(d db.Interface, t *testing.T) func(t *testing.T)

func GetThingWithUnderscores added in v1.7.1

func GetThingWithUnderscores(s db.Interface, t *testing.T) func(t *testing.T)

func GetThingsByNameAndCreatedAt added in v1.8.0

func GetThingsByNameAndCreatedAt(d db.Interface, t *testing.T) func(t *testing.T)

func GetThingsByNameAndVersion added in v1.8.0

func GetThingsByNameAndVersion(d db.Interface, t *testing.T) func(t *testing.T)

func RunDBTests

func RunDBTests(t *testing.T, dbFactory func() db.Interface)

func SaveDeployment

func SaveDeployment(s db.Interface, t *testing.T) func(t *testing.T)

func SaveNoRangeThingWithCompositeAttributes

func SaveNoRangeThingWithCompositeAttributes(s db.Interface, t *testing.T) func(t *testing.T)

func SaveSimpleThing

func SaveSimpleThing(s db.Interface, t *testing.T) func(t *testing.T)

func SaveTeacherSharingRule added in v1.12.0

func SaveTeacherSharingRule(s db.Interface, t *testing.T) func(t *testing.T)

func SaveThing

func SaveThing(s db.Interface, t *testing.T) func(t *testing.T)

func SaveThingWithCompositeAttributes added in v1.12.0

func SaveThingWithCompositeAttributes(s db.Interface, t *testing.T) func(t *testing.T)

func SaveThingWithCompositeEnumAttributes added in v1.14.0

func SaveThingWithCompositeEnumAttributes(s db.Interface, t *testing.T) func(t *testing.T)

func SaveThingWithDateRange

func SaveThingWithDateRange(s db.Interface, t *testing.T) func(t *testing.T)

func SaveThingWithDateTimeComposite added in v1.14.1

func SaveThingWithDateTimeComposite(s db.Interface, t *testing.T) func(t *testing.T)

func SaveThingWithMatchingKeys

func SaveThingWithMatchingKeys(s db.Interface, t *testing.T) func(t *testing.T)

func SaveThingWithRequiredFields added in v1.13.0

func SaveThingWithRequiredFields(s db.Interface, t *testing.T) func(t *testing.T)

func SaveThingWithRequiredFields2

func SaveThingWithRequiredFields2(s db.Interface, t *testing.T) func(t *testing.T)

func SaveThingWithUnderscores added in v1.7.1

func SaveThingWithUnderscores(s db.Interface, t *testing.T) func(t *testing.T)

func ScanThings added in v1.13.1

func ScanThings(d db.Interface, t *testing.T) func(t *testing.T)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL